On Mon, 16 Feb 2009 10:37:27 +0100, Heikki Linnakangas <[email protected]> wrote:
You can read the value returned by currval into a host language variable and send it back as a ?.
Wouldn't it be possible to do UPDATE booking_entries SET date = ? where id =
(SELECT currval('booking_entries_id_seq'::regclass)); too?-- ru -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
