Re: PostgreSQL roadmap for 8.2 and beyond. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PostgreSQL roadmap for 8.2 and beyond.
Date
Msg-id 10584.1129574262@sss.pgh.pa.us
Whole thread Raw
In response to Re: PostgreSQL roadmap for 8.2 and beyond.  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: PostgreSQL roadmap for 8.2 and beyond.
List pgsql-hackers
Dave Cramer <pg@fastcrypt.com> writes:
> On 17-Oct-05, at 1:43 PM, Martijn van Oosterhout wrote:
>> ISTM them that the RETURNING patch as given solves your problem  
>> nicely.

> Well, the driver still needs to know ahead of time which columns are  
> going to be autogenerated.

Possibly you could define that as "all columns that are not specified in
the INSERT command and have column default expressions".  The first is
knowable with very little parsing of the command, and the second can be
learned from the catalog metadata that you're probably reading anyway.

If the JDBC spec has a more specific definition of "autogenerated" than
"has a default", then what is it?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PostgreSQL roadmap for 8.2 and beyond.
Next
From: "Dave Page"
Date:
Subject: Re: More problems with the win32 installer for 8.1 beta3