ok, I am new to Postgres so could you give a little better explanation
of this ??
I haven't created any sequence for this I am just using a type serial
field. will I have to create a sequence for it?
Here is my code to create the tables
CREATE TABLE workstations (station_id INT4 PRIMARY KEY,
On Thu, Oct 09, 2003 at 15:55:27 -0400,
Gene Vital <[EMAIL PROTECTED]> wrote:
> have an example :)
>
> Bruno Wolff III wrote:
>
> >On Thu, Oct 09, 2003 at 14:26:21 -0400,
> > Gene Vital <[EMAIL PROTECTED]> wrote:
> >
> >>when inserting new records into parent / child tables, what is the best