Re: Roadmap for FE/BE protocol redesign
Ashley Cambrell <ash@freaky-namuh.com>
From: Ashley Cambrell <ash@freaky-namuh.com>
To: Neil Conway <neilc@samurai.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, pgsql-interfaces@postgresql.org
Date: 2003-03-10T22:07:03Z
Lists: pgsql-hackers
Neil Conway wrote: >On Mon, 2003-03-10 at 16:37, Ashley Cambrell wrote: > > >>This would also get around the problem of getting values from newly >>inserted rows (eg PKs) without resorting to OIDs. >> >> > >That's not a problem: ensure that the newly inserted row has a SERIAL >column, and use currval(). > > Ok. I forget about that. Even so, it would still be nice to have a bind like interface... :-) Ashley Cambrell