Re: unable to GRANT on sequence

From: woody <woody(dot)1q2c4a(at)mail(dot)droptable(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: unable to GRANT on sequence
Date: 2005-06-03 16:26:29
Message-ID: woody.1q2c4a@mail.droptable.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


I'm having trouble GRANTing access on sequences. I created a database
called 'asterisk' using the 'postgres' user. I then created 2 users
called 'asterisk' and 'asterisk_owner'. I created a schema called
'asterisk' and GRANTed CREATE, DROP, INSERT, UPDATE, DELETE on this
schema to 'asterisk_owner'. I signed in as 'asterisk_owner' and created
some tables with primary keys based on sequences, then GRANTed SELECT,
UPDATE, INSERT, DELETE on these tables to 'asterisk'. 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. When I do a \dp, I can see
the sequence objects listed, but no permissions are listed. The tables
have all the expected permissions. I couldn't see anything in the
reference for the GRANT command for sequences.

--
woody
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message mery lee 2005-06-04 07:37:04 unsuscribe
Previous Message Tom Lane 2005-06-03 14:22:50 Re: Putting Transaction Logs and Data in separate directories