OSDN Git Service

More cleanup of FOREIGN TABLE permissions handling.
authorRobert Haas <rhaas@postgresql.org>
Fri, 13 May 2011 19:47:31 +0000 (15:47 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 13 May 2011 19:51:03 +0000 (15:51 -0400)
commit9bb6d9795253bb521f81c626fea49a704a369ca9
treecce2147cee0d333659c83f2bfaebd7d28e942ca7
parentc5ab8425be07f6a866ce84dc03f87d6924421e72
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.
doc/src/sgml/ref/grant.sgml
src/backend/catalog/information_schema.sql
src/bin/pg_dump/pg_dump.c
src/bin/psql/tab-complete.c
src/include/catalog/catversion.h