pgsql: Don't require usage privileges on the foreign data wrapper when

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Don't require usage privileges on the foreign data wrapper when
Дата
Msg-id E1PgGgI-00053R-BT@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't require usage privileges on the foreign data wrapper when creating a
foreign table. We check for usage privileges on the foreign server, that ought
to be enough.

Shigeru HANADA

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=8aea1373d8f88bf389def1af10d06f1e67e25249

Modified Files
--------------
src/backend/commands/foreigncmds.c |    4 ----
1 files changed, 0 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Make ALTER TABLE revalidate uniqueness and exclusion constraints
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Move test_fsync to /contrib.