Re: [PATCHES] Patch for %Allow per-database permissions to be set via

2006-04-30 Thread Tom Lane
Bruce Momjian pgman@candle.pha.pa.us writes: Documentation added, patch attached and applied. Thanks. I just got around to reading this patch. Why is the syntax GRANT CONNECTION and not GRANT CONNECT? Privilege names are generally verbs not nouns. Unless someone can point to a good reason for

Re: [PATCHES] Patch for %Allow per-database permissions to be set

2006-04-30 Thread Gevik Babakhani
On Sun, 2006-04-30 at 15:29 -0400, Tom Lane wrote: Bruce Momjian pgman@candle.pha.pa.us writes: Documentation added, patch attached and applied. Thanks. I just got around to reading this patch. Why is the syntax GRANT CONNECTION and not GRANT CONNECT? Privilege names are generally verbs

Re: [PATCHES] Patch for %Allow per-database permissions to be set via

2006-04-30 Thread Bruce Momjian
Tom Lane wrote: Bruce Momjian pgman@candle.pha.pa.us writes: Documentation added, patch attached and applied. Thanks. I just got around to reading this patch. Why is the syntax GRANT CONNECTION and not GRANT CONNECT? Privilege names are generally verbs not nouns. Unless someone can

Re: [PATCHES] Patch for %Allow per-database permissions to be set via

2006-04-29 Thread Bruce Momjian
Documentation added, patch attached and applied. Thanks. --- Gevik Babakhani wrote: This patch implements the TODO Item: %Allow per-database permissions to be set via GRANT Implementation details: 1. A privilege

[PATCHES] Patch for %Allow per-database permissions to be set via GRANT

2006-04-26 Thread Gevik Babakhani
This patch implements the TODO Item: %Allow per-database permissions to be set via GRANT Implementation details: 1. A privilege ACL_CONNECT has been added to the ACL bits 2. The ACL_CONNECT can be recognized by character c in pg_database/dataacl 3. The patch implements: GRANT CONNECTION ON