Re: PostgreSQL roadmap for 8.2 and beyond.

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Neil Conway <neilc(at)samurai(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL roadmap for 8.2 and beyond.
Date: 2005-10-17 13:12:35
Message-ID: E21EDEC0-9C3D-40BA-B644-02708BEDB104@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I fail to see how this solves the problem of getting auto generated
keys.

AFAIKS, the protocol needs to be tweaked to return at a minimum the
currval for the first serial in the row, but more correctly all of
the modified currval's for an insert

if we had that then we could correctly implement getAutoGeneratedKeys
for jdbc.

Dave
On 17-Oct-05, at 8:33 AM, Bruce Momjian wrote:

> Neil Conway wrote:
>
>> On Sun, 2005-16-10 at 01:20 -0700, Kevin McArthur wrote:
>>
>>> Don't forget insert/update returning.
>>>
>>
>> Omar Kilani has a patch for this:
>>
>> http://archives.postgresql.org/pgsql-patches/2005-07/msg00568.php
>>
>> I would like to see it get into 8.2
>>
>
> Yes, this is in the 8.2 patches queue:
>
> http://momjian.postgresql.org/cgi-bin/pgpatches_hold
>
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
> + If your life is a hard drive, | 13 Roberts Road
> + Christ can be your backup. | Newtown Square,
> Pennsylvania 19073
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Hallgren 2005-10-17 13:32:03 MemoryContext and NodeTags
Previous Message Dave Page 2005-10-17 12:53:03 Re: Possible issue with win32 installer(8.1beta 3)...