Re: serial, sequence, and COPY FROM

Поиск
Список
Период
Сортировка
Искать
От
Scott Marlowe
Тема
Re: serial, sequence, and COPY FROM
Дата
Msg-id
1158088288.1854.37.camel@state.g2switchworks.com
Ответ на
Список
Дерево обсуждения
Re: serial, sequence, and COPY FROM rloefgren@forethought.net
On Tue, 2006-09-12 at 13:48, Brandon Aiken wrote:
> Serial fields have a default value of nextval, so if you add an 18th
> field to your text file with DEFAULT in every record it should work as
> intended.

Or you can use the 

copy table (field1,field2,field3,...field18) from stdin;

syntax, and leave out the serial field from the list of columns.
В списке pgsql-general по дате отправления
От: Alvaro Herrera
Дата:
От: Michael Fuhr
Дата:
FAQ