Re: [HACKERS] [PATCH] Implement (and document, and test) has_sequence_privilege()

2009-08-03 Thread Joe Conway
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Joe Conway wrote: > If there are no objections, I'll commit in a day or two. Attached version committed. Only difference from the last is catversion. Joe -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedo

Re: [HACKERS] [PATCH] Implement (and document, and test) has_sequence_privilege()

2009-08-01 Thread Joe Conway
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 In response to: http://archives.postgresql.org/message-id/1238394513-21474-1-git-send-email-...@oryx.com Review complete. Somewhat modified patch attached. I wasn't happy with creation of verify_sequence_oid() when it more-or-less duplicates the fun

Re: [HACKERS] [PATCH] Implement (and document, and test) has_sequence_privilege()

2009-03-31 Thread Euler Taveira de Oliveira
Abhijit Menon-Sen escreveu: > That this family of functions did not exist earlier was merely an > oversight. > Added to next commitfest. Thanks! -- Euler Taveira de Oliveira http://www.timbira.com/ -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to yo

[HACKERS] [PATCH] Implement (and document, and test) has_sequence_privilege()

2009-03-29 Thread Abhijit Menon-Sen
That this family of functions did not exist earlier was merely an oversight. Signed-off-by: Abhijit Menon-Sen --- doc/src/sgml/func.sgml | 28 src/backend/utils/adt/acl.c | 210 ++ src/include/catalog/pg_proc.h| 13