pgsql: Add sequence USAGE privileges to information schema - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add sequence USAGE privileges to information schema
Date
Msg-id E1RrxEZ-0001Ao-DK@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Remove prototype for nonexistent function.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Use abort() instead of exit() to abort library functions