Re: Changeing Sequence

From: "Dan Langille" <dan(at)langille(dot)org>
To: Peter Atkins <Peter(dot)Atkins(at)nextcard(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Changeing Sequence
Date: 2002-03-26 20:11:33
Message-ID: 20020326201135.C659E3F28@bast.unixathome.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Stephan Szabo 2002-03-26 20:11:56 Re: Changeing Sequence
Previous Message Peter Atkins 2002-03-26 19:55:50 Changeing Sequence