Re: Roadmap for FE/BE protocol redesign

From: Neil Conway <neilc(at)samurai(dot)com>
To: Ashley Cambrell <ash(at)freaky-namuh(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: Roadmap for FE/BE protocol redesign
Date: 2003-03-10 21:59:12
Message-ID: 1047333552.357.286.camel@tokyo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

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().

Cheers,

Neil

--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-03-10 22:06:00 Re: Roadmap for FE/BE protocol redesign
Previous Message Merlin Moncure 2003-03-10 21:57:35 Re: [GENERAL] division by zero

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2003-03-10 22:06:00 Re: Roadmap for FE/BE protocol redesign
Previous Message Tom Lane 2003-03-10 21:51:23 Re: [INTERFACES] Roadmap for FE/BE protocol redesign