pgsql: More cleanup of FOREIGN TABLE permissions handling.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: More cleanup of FOREIGN TABLE permissions handling.
Дата
Msg-id E1QKyOT-0007Pv-Gd@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Kill stray "not".
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Build and run isolation test programs under MSVC.