pgsql: More cleanup of FOREIGN TABLE permissions handling.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: More cleanup of FOREIGN TABLE permissions handling.
Date: 2011-05-13 19:51:25
Message-ID: E1QKyOT-0007Pv-Gd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-05-15 21:57:38 pgsql: Build and run isolation test programs under MSVC.
Previous Message Robert Haas 2011-05-12 21:10:49 pgsql: Kill stray "not".