Re: PostgreSQL roadmap for 8.2 and beyond.

From: "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Dave Cramer <pg(at)fastcrypt(dot)com>, Martijn van Oosterhout <kleptog(at)svana(dot)org>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, 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 19:10:56
Message-ID: 36e682920510171210r21f0831ax83bacc244cec42d1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

/me has started working on hierarchical query support that I'd like to get
into 8.2.

On 10/17/05, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Dave Cramer <pg(at)fastcrypt(dot)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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>
>

--
Respectfully,

Jonah H. Harris, Database Internals Architect
EnterpriseDB Corporation
http://www.enterprisedb.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim C. Nasby 2005-10-17 19:17:20 Re: slower merge join on sorted data chosen over nested loop
Previous Message Jim C. Nasby 2005-10-17 19:01:59 Re: Bug 1473, pthread python on FreeBSD