Re: Question about SERIAL

From: Philip Hallstrom <philip(at)adhesivemedia(dot)com>
To: Erwin Ambrosch <ambre(at)ebutec(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Question about SERIAL
Date: 2002-05-14 16:37:07
Message-ID: 20020514093645.M71413-100000@cypress.adhesivemedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Look at the SETVAL function in the documentation about sequences...

On Tue, 14 May 2002, Erwin Ambrosch wrote:

> Hi,
>
> is there a possibilty to increment a sequence when data are imported form a
> textfile using the \copy command.
>
> Thanks Erwin
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Corey W. Gibbs 2002-05-14 17:26:28 Re: Using COPY
Previous Message Tom Pfau 2002-05-14 16:36:51 Re: Question about setval() function