git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 10a5e33) | patch
Fix incorrect permissions check in information_schema.key_column_usage view:
2007年1月16日 18:32:26 +0000 (18:32 +0000)
2007年1月16日 18:32:26 +0000 (18:32 +0000)
commit 6959cb59573975cc5b2913c0c3b97b5de5e3b56c
Fix incorrect permissions check in information_schema.key_column_usage view:
it was checking a pg_constraint OID instead of pg_class OID, resulting in
"relation with OID nnnnn does not exist" failures for anyone who wasn't
owner of the table being examined. Per bug #2848 from Laurence Rowe.

Note: for existing 8.2 installations a simple version update won't fix this;
the easiest fix is to CREATE OR REPLACE this view with the corrected
definition.
src/backend/catalog/information_schema.sql diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /