Re: Adding Missing Data to a Table

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pdxpug(at)postgresql(dot)org
Subject: Re: Adding Missing Data to a Table
Date: 2011-03-29 21:10:43
Message-ID: alpine.LNX.2.00.1103291409300.28359@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pdxpug

On Tue, 29 Mar 2011, Dan Colish wrote:

> want to use a sequence and initialize it above the existing id's.

Dan,

Exactly. Is the procedure for doing this in one of the postgres manuals? I
am unaware of how to retroactively apply a sequence to a column that is
one-quarter filled.

Thank you,

Rich

In response to

Responses

Browse pdxpug by date

  From Date Subject
Next Message wes 2011-03-29 21:16:53 Re: Adding Missing Data to a Table
Previous Message Rich Shepard 2011-03-29 21:07:57 Re: Adding Missing Data to a Table