Add sequence USAGE privileges to information schema
Peter Eisentraut <peter_e@gmx.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/information_schema.sgml | modified | +10 −3 |
| doc/src/sgml/ref/grant.sgml | modified | +12 −0 |
| src/backend/catalog/information_schema.sql | modified | +37 −0 |