Re: permission problems - Mailing list pgsql-php

From Heather Johnson
Subject Re: permission problems
Date
Msg-id 421CEA17.2080706@nypost.com
Whole thread Raw
In response to permission problems  (Ron Ellingson <rellingson@satshot.com>)
List pgsql-php
Did you grant the relevant permissions on just the table, or on both the
sequence and the table? You'll need to do both.

Heather Johnson
Senior Database Programmer
New York Post

Ron Ellingson wrote:
> I am having a problem adding a row to a postgresql table with a sequence
> as a primary key using pg_query.  I receive an error, "permission denied
> for sequence mytable_tid_seq".  I have set the permissions for the user
> from all which did not work to insert, update and select which did not
> work.  Can you  help.  Thanks
>
>             Ron Ellingson
>             rellingson@satshot.com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

pgsql-php by date:

Previous
From: Ron Ellingson
Date:
Subject: permission problems
Next
From: Martín Marqués
Date:
Subject: Re: permission problems