pgsql: More cleanup of FOREIGN TABLE permissions handling. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: More cleanup of FOREIGN TABLE permissions handling.
Date
Msg-id E1QKyOT-0007Pv-Gd@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Kill stray "not".
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Build and run isolation test programs under MSVC.