Re: permission problems

From: Heather Johnson <hjohnson(at)nypost(dot)com>
To: Ron Ellingson <rellingson(at)satshot(dot)com>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: permission problems
Date: 2005-02-23 20:39:51
Message-ID: 421CEA17.2080706@nypost.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)satshot(dot)com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Martín Marqués 2005-02-23 20:42:34 Re: permission problems
Previous Message Ron Ellingson 2005-02-23 20:24:17 permission problems