Re: How to append records into a file which has serial - Mailing list pgsql-novice

From James Long
Subject Re: How to append records into a file which has serial
Date
Msg-id 20060409062707.GA78829@ns.museum.rain.com
Whole thread Raw
In response to Re: How to append records into a file which has serial  (george young <gry@ll.mit.edu>)
Responses Re: How to append records into a file which has serial
List 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 by date:

Previous
From: "Relaxin"
Date:
Subject: Re: Plain ANSI C Compiled on Win32
Next
From: "Relaxin"
Date:
Subject: Re: PostgreSQL a slow DB?