Re: How to append records into a file which has serial

Поиск
Список
Период
Сортировка
От James Long
Тема Re: How to append records into a file which has serial
Дата
Msg-id 20060409062707.GA78829@ns.museum.rain.com
обсуждение исходный текст
Ответ на Re: How to append records into a file which has serial  (george young <gry@ll.mit.edu>)
Ответы Re: How to append records into a file which has serial
Список pgsql-novice
> This worked for me:
>
> newschm3=> create table foo(x text,y text,a serial);

I think it just dawned on me -- I have to put the serial ID at
the end of the table structure, don't I?  So that the fields
correspond one-to-one, until the temp runs out of columns
where the master table has the SERIAL field.


В списке pgsql-novice по дате отправления:

Предыдущее
От: "Relaxin"
Дата:
Сообщение: Re: Plain ANSI C Compiled on Win32
Следующее
От: "Relaxin"
Дата:
Сообщение: Re: PostgreSQL a slow DB?