pgsql: Add sequence USAGE privileges to information schema

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Add sequence USAGE privileges to information schema
Дата
Msg-id E1RrxEZ-0001Ao-DK@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add sequence USAGE privileges to information schema

The sequence USAGE privilege is sufficiently similar to the SQL
standard that it seems reasonable to show in the information schema.
Also add some compatibility notes about it on the GRANT reference
page.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/82e83f46a2ed311c6e7536f607f73a6f2a1d7dea

Modified Files
--------------
doc/src/sgml/information_schema.sgml       |   13 +++++++--
doc/src/sgml/ref/grant.sgml                |   12 +++++++++
src/backend/catalog/information_schema.sql |   37 ++++++++++++++++++++++++++++
3 files changed, 59 insertions(+), 3 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Remove prototype for nonexistent function.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Use abort() instead of exit() to abort library functions