Re: [GENERAL] getting val of serial field after insert

1999-07-09 Thread Christian Rudow
Jim Archer wrote: > I have been inserting records into a table using the SQL insert statement > via the perl5 Pg module. One of the field types is serial, and I have been > trying to figure out how to get the value that was assigned in the field as > a result of the insert. The serial typed field

[GENERAL] getting val of serial field after insert

1999-07-08 Thread Jim Archer
Hi All... I have been inserting records into a table using the SQL insert statement via the perl5 Pg module. One of the field types is serial, and I have been trying to figure out how to get the value that was assigned in the field as a result of the insert. The serial typed field is the only