in reply to Re: Getting id of postgres record inserted via DBI
in thread Getting id of postgres record inserted via DBI
Modern PostgreSQL supports the RETURNING keyword.
s/Modern /Since time immemorial /;
because INSERT ... RETURNING * is in PostgreSQL since 2006, version 8.2.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Getting id of postgres record inserted via DBI
by marto (Cardinal) on Jun 22, 2023 at 16:21 UTC | |
by cavac (Prior) on Jun 26, 2023 at 08:26 UTC | |
by erix (Prior) on Jul 04, 2023 at 09:11 UTC | |
by Tux (Canon) on Jul 04, 2023 at 12:01 UTC |