| 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: | Whole Thread | Raw Message | 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
| 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 |
| 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 |