Implement has_sequence_privilege()
Joe Conway <mail@joeconway.com>
Implement has_sequence_privilege() Add family of functions that did not exist earlier, mainly due to historical omission. Original patch by Abhijit Menon-Sen, with review and modifications by Joe Conway. catversion.h bumped.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +29 −1 |
| src/backend/utils/adt/acl.c | modified | +213 −1 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +14 −1 |
| src/include/utils/builtins.h | modified | +7 −1 |
| src/test/regress/expected/privileges.out | modified | +22 −0 |
| src/test/regress/sql/privileges.sql | modified | +17 −0 |