Re: Roadmap for FE/BE protocol redesign - Mailing list pgsql-hackers

From Neil Conway
Subject Re: Roadmap for FE/BE protocol redesign
Date
Msg-id 1047333552.357.286.camel@tokyo
Whole thread Raw
In response to Re: Roadmap for FE/BE protocol redesign  (Ashley Cambrell <ash@freaky-namuh.com>)
Responses Re: Roadmap for FE/BE protocol redesign  (Ashley Cambrell <ash@freaky-namuh.com>)
Re: Roadmap for FE/BE protocol redesign  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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@samurai.com> || PGP Key ID: DB3C29FC





pgsql-hackers by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: [GENERAL] division by zero
Next
From: Ashley Cambrell
Date:
Subject: Re: Roadmap for FE/BE protocol redesign