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  ("Brandon Aiken" <BAiken@winemantech.com>)
Список pgsql-general
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
Дата:
Сообщение: Re: serial, sequence, and COPY FROM
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: serial, sequence, and COPY FROM