Re: Changeing Sequence - Mailing list pgsql-sql

From Dan Langille
Subject Re: Changeing Sequence
Date
Msg-id 20020326201135.C659E3F28@bast.unixathome.org
Whole thread Raw
In response to Changeing Sequence  (Peter Atkins <Peter.Atkins@nextcard.com>)
List pgsql-sql
On 26 Mar 2002 at 11:55, Peter Atkins wrote:

> Please tell me YES! I get an error: "ERROR:  You can't change sequence
> relation t_staff_staff_id_seq"

Yes.  The above is merely a permission issue:

grant update on t_staff_staff_id_seq to X...

where X is you...  See the docs for more details on the grant command.
-- 
Dan Langille
The FreeBSD Diary - http://freebsddiary.org/ - practical examples



pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Changeing Sequence
Next
From: "PG Explorer"
Date:
Subject: Re: Changeing Sequence