pgsql: Add sequence USAGE privileges to information schema

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add sequence USAGE privileges to information schema
Date: 2012-01-30 19:49:47
Message-ID: E1RrxEZ-0001Ao-DK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-01-30 20:50:28 Re: [COMMITTERS] pgsql: Make group commit more effective.
Previous Message Robert Haas 2012-01-30 18:27:50 Re: [COMMITTERS] pgsql: Make group commit more effective.