Sequenties in pgSQL 7.3.x - Mailing list pgsql-sql

From Przemysław Słupkowski
Subject Sequenties in pgSQL 7.3.x
Date
Msg-id 005601c3832f$61fbcf60$930f10ac@win.coig.com
Whole thread Raw
Responses Re: Sequenties in pgSQL 7.3.x  (Tomasz Myrta <jasiek@klaster.net>)
Re: Sequenties in pgSQL 7.3.x  (Oliver Elphick <olly@lfix.co.uk>)
Re: Sequenties in pgSQL 7.3.x  (Richard Huxton <dev@archonet.com>)
List 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

pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Case Insensitive comparison
Next
From: Tomasz Myrta
Date:
Subject: Re: Sequenties in pgSQL 7.3.x