how to best resync serial columns - Mailing list pgsql-general

From Brent Wood
Subject how to best resync serial columns
Date
Msg-id 4919A9530200007B00016BEC@gwia1.ham.niwa.co.nz
Whole thread Raw
Responses Re: how to best resync serial columns
List pgsql-general
Hi,

I have a number of tables with serial columns as a primary key.

I'm looking to add lots of records via copy, but should reset the serial counters to the appropriate value after this.

Is there a simple way to do this, or do I just update the last_value column in each seq table to the max(id) from the
relevanttable.  


Thanks,

   Brent Wood

Brent Wood
DBA/GIS consultant
NIWA, Wellington
New Zealand
NIWA is the trading name of the National Institute of Water & Atmospheric Research Ltd.

pgsql-general by date:

Previous
From: Erik Jones
Date:
Subject: Re: Upgrading Postgres question
Next
From: Bruce Momjian
Date:
Subject: Re: db_user_namespace, md5 and changing passwords