Re: Permission denied error - best way to fix?

Поиск
Список
Период
Сортировка
От pasman pasmański
Тема Re: Permission denied error - best way to fix?
Дата
Msg-id AANLkTin5=GMQDYAgrCO4D+UctACQy-zL3jAZzQuPy=yT@mail.gmail.com
обсуждение исходный текст
Ответ на Permission denied error - best way to fix?  (Mike Christensen <mike@kitchenpc.com>)
Список pgsql-general
2011/2/8, Mike Christensen <mike@kitchenpc.com>:
> Here's the error:
>
> pg_dump: SQL command failed
> pg_dump: Error message from server: ERROR:  permission denied for
> relation pantryitems
> pg_dump: The command was: LOCK TABLE public.pantryitems IN ACCESS SHARE MODE
>
> Does the user need to be a superuser, or is there some way to GRANT
> this permission (if possible, I don't want this user to be able to
> modify the schema)..
>


this lock need only SELECT privilege.
------------
pasman

В списке pgsql-general по дате отправления:

Предыдущее
От: MargaretGillon@chromalloy.com
Дата:
Сообщение: Re: CRUD functions, similar to SQL stored procedurs, for postgresql tables?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Permission denied error - best way to fix?