Re: Process for populating tables in new database

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Process for populating tables in new database
Date: 2018-12-01 15:33:17
Message-ID: alpine.LNX.2.20.1812010732480.8748@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, 1 Dec 2018, Adrian Klaver wrote:

> Forgot to add that if you pre-assign the keys to the serial field you will
> need to advance the sequence to a value past the last key value to avoid a
> duplicate key error when you let the sequence assign numbers.

Adrian,

Got it, thanks.

Carpe weekend,

Rich

In response to

Browse pgsql-general by date

  From Date Subject
Next Message PegoraroF10 2018-12-01 16:51:44 Re: Transition Tables doesn´t have OID
Previous Message Rich Shepard 2018-12-01 15:32:27 Re: Process for populating tables in new database [RESOLVED]