Setting Next Value in Sequence

From: "Tim Perdue" <perdue(at)raccoon(dot)com>
To: <pgsql-sql(at)hub(dot)org>
Subject: Setting Next Value in Sequence
Date: 1999-03-16 12:37:41
Message-ID: 009801be6fa9$c8c0d770$0b8c5aa5@timnt.weather.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Maybe it's due to sleep deprivation, but this is not working. I'm trying to
update a seqence to a higher number, and it won't let me.

db_domain=> update seq_mailid set last_value=1375000;
ERROR: You can't change sequence relation seq_mailid

My sense of humor has totally faded over the last two days, and I would
appreciate sone input.

Tim

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Remigiusz Sokolowski 1999-03-16 12:57:57 Re: [SQL] Setting Next Value in Sequence
Previous Message Herouth Maoz 1999-03-16 11:52:52 Re: [SQL] How match percent sign in SELECT using LIKE?