Is there a way to implicitly grant privileges to an implicitly created sequence? - Mailing list pgsql-general

From Brar Piening
Subject Is there a way to implicitly grant privileges to an implicitly created sequence?
Date
Msg-id 421B405B.7090006@gmx.de
Whole thread Raw
Responses Re: Is there a way to implicitly grant privileges to an implicitly created sequence?  (Bruno Wolff III <bruno@wolff.to>)
List 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 by date:

Previous
From: "Boris Makovecki"
Date:
Subject: migration
Next
From: Richard Huxton
Date:
Subject: Re: rows and array