Re: unable to GRANT on sequence - Mailing list pgsql-admin

From Tom Lane
Subject Re: unable to GRANT on sequence
Date
Msg-id 6035.1118025669@sss.pgh.pa.us
Whole thread Raw
In response to Re: unable to GRANT on sequence  (woody <woody.1q2c4a@mail.droptable.com>)
List pgsql-admin
woody <woody.1q2c4a@mail.droptable.com> writes:
> ... When I log in as
> 'asterisk', I can insert rows but I can't use the implied nextval(). It
> says the relation <seq_name> does not exist.

I'd bet this isn't a permissions problem at all, but a schema search
path problem.  Do you have different search paths for asterisk and
asterisk_owner?  (Hint: by default, a schema that has the same name as a
user is part of that user's search path, and only that user's search
path.)

            regards, tom lane

pgsql-admin by date:

Previous
From: "James Doherty"
Date:
Subject: dbmirror modifies pg_proc nextval/setval functions
Next
From: Tom Lane
Date:
Subject: Re: Upgrade Data from 7.x.x to 8.x.x