Sequenties in pgSQL 7.3.x

From: Przemysław Słupkowski <przemyslaw(dot)slupkowski(at)euro(dot)coig(dot)pl>
To: "Lista dyskusyjna pgsql-sql" <pgsql-sql(at)postgresql(dot)org>
Subject: Sequenties in pgSQL 7.3.x
Date: 2003-09-25 06:36:42
Message-ID: 005601c3832f$61fbcf60$930f10ac@win.coig.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi
I am using postgresql 7.3.x. I am upgrating a database PostgreSQL.
The main problem is how to change field last value in sequencde which exists in database.
I created script to read this field and then I'm drop the table, do modification and i'm must change this value to another value.
But DBMS returns me message like that
ERROR: You can't change sequence relation seq_id_seq
How to do this

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tomasz Myrta 2003-09-25 07:24:09 Re: Sequenties in pgSQL 7.3.x
Previous Message Tom Lane 2003-09-25 05:50:02 Re: Case Insensitive comparison