OSDN Git Service

Implement has_sequence_privilege()
authorJoe Conway <mail@joeconway.com>
Mon, 3 Aug 2009 21:11:40 +0000 (21:11 +0000)
committerJoe Conway <mail@joeconway.com>
Mon, 3 Aug 2009 21:11:40 +0000 (21:11 +0000)
commitbe6bca23b34b6e59f1deed1d6b44bb434dbe890e
tree23744d8f741e70d1ac47b4ba743346e53580b30d
parent7ffb14f9dbdbf0b735f9cb3b167fc848f3bd09ac
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.
doc/src/sgml/func.sgml
src/backend/utils/adt/acl.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h
src/test/regress/expected/privileges.out
src/test/regress/sql/privileges.sql