COPY FROM and sequences

From: Matthew Terenzio <matt(at)jobsforge(dot)com>
To: PostgreSQL general <pgsql-general(at)postgresql(dot)org>
Subject: COPY FROM and sequences
Date: 2007-01-09 01:20:42
Message-ID: 1aa76ec87256bac61dcd44a8fa7255b3@jobsforge.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is it true that you can't use COPY FROM to fill a table with a SERIAL
type column?

Or rather, how does one approach that situation most effectively?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joseph Shraibman 2007-01-09 01:59:16 Re: Index vacuum improvements in 8.2
Previous Message Merlin Moncure 2007-01-09 00:27:56 Re: SELECT INTO using Views?