Re: Using seq. objects with COPY FROM? - Mailing list pgsql-novice

From A. Kretschmer
Subject Re: Using seq. objects with COPY FROM?
Date
Msg-id 20061120141535.GD27960@a-kretschmer.de
Whole thread Raw
In response to Using seq. objects with COPY FROM?  ("Shivin M" <shivinm@gmail.com>)
List pgsql-novice
am  Mon, dem 20.11.2006, um  9:00:01 -0500 mailte Shivin M folgendes:
> Hello,
> I was wondering whether you can make use of sequence objects along with COPY
> FROM command?
>
> Can anyone tell me how this can be done?

copy name_table(name) from 'file.csv';


Hint: specify the columns...


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47215,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

pgsql-novice by date:

Previous
From: "Shivin M"
Date:
Subject: Using seq. objects with COPY FROM?
Next
From: "Mikael Carneholm"
Date:
Subject: Re: CHECK constraint and trigger