Is there a way to implicitly grant privileges to an implicitly created sequence?

Поиск
Список
Период
Сортировка
От Brar Piening
Тема Is there a way to implicitly grant privileges to an implicitly created sequence?
Дата
Msg-id 421B405B.7090006@gmx.de
обсуждение исходный текст
Ответы Re: Is there a way to implicitly grant privileges to an implicitly created sequence?  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-general
Hi there,
if I use the datatype serial in a table it implicitly creates a sequence.
If I grant INSERT to a user on this table he still can't insert data as
he doesn't have the right privileges on the implicitly created sequence.
Is this a bug or a feature?
Is there a way to implicitly grant the right privileges to this sequence
wihtout having to know it's name?

Regrards,
Brar Piening


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

Предыдущее
От: "Boris Makovecki"
Дата:
Сообщение: migration
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: rows and array