More cleanup of FOREIGN TABLE permissions handling. This commit fixes psql, pg_dump, and the information schema to be consistent with the backend changes which I made as part of commit be90032e0d1cf473bdd99aee94218218f59f29f1, and also includes a related documentation tweak.
Shigeru Hanada, with slight adjustment. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/9bb6d9795253bb521f81c626fea49a704a369ca9 Modified Files -------------- doc/src/sgml/ref/grant.sgml | 2 +- src/backend/catalog/information_schema.sql | 4 ++-- src/bin/pg_dump/pg_dump.c | 1 - src/bin/psql/tab-complete.c | 3 +-- src/include/catalog/catversion.h | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
