Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-11-14 Thread Bruno Wolff III
On Mon, Nov 14, 2005 at 17:10:58 -0700, Aly Dharshi <[EMAIL PROTECTED]> wrote: > Would the PG Dev group be working on update-able views for 8.2 ? I know > that there is a work-around using rules, the SAMS book does claim that 8.0 > has readonly views. I don't think that this has changed in 8.1

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-11-14 Thread Bruce Momjian
Aly Dharshi wrote: > Would the PG Dev group be working on update-able views for 8.2 ? I know that > there is a work-around using rules, the SAMS book does claim that 8.0 has > readonly views. I don't think that this has changed in 8.1 no ? > We don't know what will be in 8.2 until a volunteer d

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-11-14 Thread Satoshi Nagayasu
Hi all, karen hill wrote: > What do you see for 8.2 and beyond? What type of > features are you devs planning for 9.0? It would be > good if you could put up a place on your site so we > mortals can drool over up-coming postgresql features. I'm wishing - more audit facilities - pluggable/load

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-11-14 Thread Aly Dharshi
Would the PG Dev group be working on update-able views for 8.2 ? I know that there is a work-around using rules, the SAMS book does claim that 8.0 has readonly views. I don't think that this has changed in 8.1 no ? Cheers, Aly. Bruce Momjian wrote: [EMAIL PROTECTED] wrote: Gavin Sherry:

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-11-14 Thread Bruce Momjian
[EMAIL PROTECTED] wrote: > > Gavin Sherry: > > Grouping sets > > Recursive queries > > The recursive queries is a long-awaited feature. Does the fact that the > feature is listed for Gavin Sherry mean that Gavin is actually working > with the feature at the moment? Does anybody kno

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond

2005-11-14 Thread Chris Browne
[EMAIL PROTECTED] (Gavin Sherry) writes: > Hi, > > On Tue, 14 Nov 2005 [EMAIL PROTECTED] wrote: > >> > Gavin Sherry: >> > Grouping sets >> > Recursive queries >> >> The recursive queries is a long-awaited feature. Does the fact that >> the feature is listed for Gavin Sherry mean th

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond

2005-11-14 Thread Gavin Sherry
Hi, On Tue, 14 Nov 2005 [EMAIL PROTECTED] wrote: > > Gavin Sherry: > > Grouping sets > > Recursive queries > > The recursive queries is a long-awaited feature. Does the fact that the > feature is listed for Gavin Sherry mean that Gavin is actually working > with the feature at the

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-11-14 Thread rasmusra
> Gavin Sherry: > Grouping sets > Recursive queries The recursive queries is a long-awaited feature. Does the fact that the feature is listed for Gavin Sherry mean that Gavin is actually working with the feature at the moment? Does anybody know the current state of this feature or

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-18 Thread Andreas Pflug
Tom Lane wrote: Patrick Bakker <[EMAIL PROTECTED]> writes: It would be useful if you could toggle SQL statement logging without restarting PostgreSQL and additionally if you could turn on selective SQL logging. Additionally, it would be great if you could log SQL statements to a separate fil

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-17 Thread Jonah H. Harris
/me has started working on hierarchical query support that I'd like to get into 8.2.On 10/17/05, Tom Lane <[EMAIL PROTECTED] > wrote:Dave Cramer <[EMAIL PROTECTED] > writes:> On 17-Oct-05, at 1:43 PM, Martijn van Oosterhout wrote:>> ISTM them that the RETURNING patch as given solves your problem>>

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-17 Thread Tom Lane
Dave Cramer <[EMAIL PROTECTED]> 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 coul

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-17 Thread Tom Lane
Patrick Bakker <[EMAIL PROTECTED]> writes: > It would be useful if you could toggle SQL statement logging without > restarting PostgreSQL and additionally if you could turn on selective SQL > logging. Additionally, it would be great if you could log SQL statements to > a separate file from the main

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-17 Thread Patrick Bakker
: Friday, October 14, 2005 9:57 AM To: pgsql-hackers@postgresql.org Subject: [HACKERS] PostgreSQL roadmap for 8.2 and beyond. Autovacuum is getting put into the 8.1 release which is awesome. A lot of us are wondering now that PostgreSQL has all the features that many of us need, what are the features

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-17 Thread Dave Cramer
On 17-Oct-05, at 1:43 PM, Martijn van Oosterhout wrote: On Mon, Oct 17, 2005 at 01:32:22PM -0400, Dave Cramer wrote: The JDBC problem at hand is there is a method which allows one to retrieve the autogenerated keys from an insert. I can understand Tom's argument here. It should be possible fo

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-17 Thread Martijn van Oosterhout
On Mon, Oct 17, 2005 at 01:32:22PM -0400, Dave Cramer wrote: > The JDBC problem at hand is there is a method which allows one to > retrieve the > autogenerated keys from an insert. I can understand Tom's argument > here. It should > be possible for the driver to build a query from the meta data

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-17 Thread Andrew Dunstan
Dave Cramer wrote: On the other hand given that all of the serial increments are stored in the session is it possible to get the results of the last insert on the session ? If we can avoid the extra query so much the better, but either way is better than what we have ? Would that no

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-17 Thread Dave Cramer
On 17-Oct-05, at 12:43 PM, Tom Lane wrote: Martijn van Oosterhout writes: On Mon, Oct 17, 2005 at 09:12:35AM -0400, Dave Cramer wrote: 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

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-17 Thread Tom Lane
Martijn van Oosterhout writes: > On Mon, Oct 17, 2005 at 09:12:35AM -0400, Dave Cramer wrote: >> 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 > In what sense? It s

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-17 Thread Martijn van Oosterhout
On Mon, Oct 17, 2005 at 09:12:35AM -0400, Dave Cramer wrote: > 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 modifi

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-17 Thread Kevin McArthur
lt;[EMAIL PROTECTED]> To: "Bruce Momjian" Cc: "Neil Conway" <[EMAIL PROTECTED]>; "PostgreSQL-development" Sent: Monday, October 17, 2005 6:12 AM Subject: Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond. I fail to see how this solves the problem of ge

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-17 Thread Dave Cramer
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 imp

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-17 Thread Bruce Momjian
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 pat

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-16 Thread Neil Conway
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 -Neil ---(end of broadcast)

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-16 Thread Martijn van Oosterhout
On Sun, Oct 16, 2005 at 01:20:45AM -0700, Kevin McArthur wrote: > Don't forget insert/update returning. With the deprecation of OID's this > functionality is becoming more and more important when using custom types > and column defaults. I use currval/nextval and have never actually needed such a

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-16 Thread Kevin McArthur
PROTECTED]> To: "karen hill" <[EMAIL PROTECTED]> Cc: Sent: Saturday, October 15, 2005 6:16 PM Subject: Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond. On Fri, 2005-10-14 at 09:57 -0700, karen hill wrote: Autovacuum is getting put into the 8.1 release which is awesome. A l

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-15 Thread Rod Taylor
On Fri, 2005-10-14 at 09:57 -0700, karen hill wrote: > Autovacuum is getting put into the 8.1 release which > is awesome. A lot of us are wondering now that > PostgreSQL has all the features that many of us need, > what are the features being planned for future > releases? You know, as PostgreSQL

[HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-15 Thread karen hill
Autovacuum is getting put into the 8.1 release which is awesome. A lot of us are wondering now that PostgreSQL has all the features that many of us need, what are the features being planned for future releases? What do you see for 8.2 and beyond? What type of features are you devs planning for 9.