Re: PostgreSQL roadmap for 8.2 and beyond.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL roadmap for 8.2 and beyond.
Дата
Msg-id 10584.1129574262@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL roadmap for 8.2 and beyond.  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: PostgreSQL roadmap for 8.2 and beyond.  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL roadmap for 8.2 and beyond.
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: More problems with the win32 installer for 8.1 beta3