Re: unable to GRANT on sequence

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: unable to GRANT on sequence
Дата
Msg-id 6035.1118025669@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: unable to GRANT on sequence  (woody <woody.1q2c4a@mail.droptable.com>)
Список 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 по дате отправления:

Предыдущее
От: "James Doherty"
Дата:
Сообщение: dbmirror modifies pg_proc nextval/setval functions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Upgrade Data from 7.x.x to 8.x.x