On Mon, May 22, 2006 at 12:59:06 +0300, Joe Kramer <[EMAIL PROTECTED]> wrote: > On a related note, which objects need to be GRANTed specifically? > There is a saying that following objects can have permissions GRANTed: > 1. TABLE > 2. DATABASE > 3. FUNCTION > 4. LANGUAGE > 5. SCHEMA > 6. TABLESPACE > > What about SEQUENCE, TRIGGER? PostgreSQL manual has no mention about this.
Did you look at: http://developer.postgresql.org/docs/postgres/sql-grant.html ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match