More cleanup of FOREIGN TABLE permissions handling.
Robert Haas <rhaas@postgresql.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/grant.sgml | modified | +1 −1 |
| src/backend/catalog/information_schema.sql | modified | +2 −2 |
| src/bin/pg_dump/pg_dump.c | modified | +0 −1 |
| src/bin/psql/tab-complete.c | modified | +1 −2 |
| src/include/catalog/catversion.h | modified | +1 −1 |