Re: unable to GRANT on sequence

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: woody <woody(dot)1q2c4a(at)mail(dot)droptable(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: unable to GRANT on sequence
Date: 2005-06-06 02:41:09
Message-ID: 6035.1118025669@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

woody <woody(dot)1q2c4a(at)mail(dot)droptable(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2005-06-06 02:43:41 Re: Upgrade Data from 7.x.x to 8.x.x
Previous Message Talal Mahyoub Abdo 2005-06-05 08:45:37 Can you help me