diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-09-12 18:56:04 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-09-12 18:56:04 +0000 |
commit | 339ce34b87ffeb0b4025b14b1806686b89ae292d (patch) | |
tree | ea6e4ae36b6970c7f35c3f515fed7ad73e858cd9 /src/backend/executor/nodeHashjoin.c | |
parent | cdc7170ebe45f4eec35791a73f75b43f606b8fb1 (diff) | |
download | postgresql-339ce34b87ffeb0b4025b14b1806686b89ae292d.tar.gz postgresql-339ce34b87ffeb0b4025b14b1806686b89ae292d.zip |
As if my JDBC patch hasn't already caused enough grief, there is now a
one-line change necessary. Due to the Mark Holloman "New Relkind for
Views" patch, my support for views in the driver will need to be updated
to match. The change to DatabaseMetaData.getTableTypes[][] is as
follows:
- {"VIEW", "(relkind='r' and relhasrules='t' and relname !~
'^pg_' and relname !~ '^xinv')"},
+ {"VIEW", "(relkind='v' and relname !~ '^pg_' and relname
!~ '^xinv')"},
Christopher Cain
Diffstat (limited to 'src/backend/executor/nodeHashjoin.c')
0 files changed, 0 insertions, 0 deletions