Re: Closing some 8.4 open items

From: David Fetter <david(at)fetter(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: Closing some 8.4 open items
Date: 2009-04-10 15:48:36
Message-ID: 20090410154836.GB23155@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Apr 10, 2009 at 11:30:30AM -0400, Tom Lane wrote:
> David Fetter <david(at)fetter(dot)org> writes:
> > Revised patch attached. \dw does not need an 'S' decorator,
>
> Yes it does. We have only painfully gotten to the point of having
> consistent behavior across all the \d commands. We are not going to
> break that consistency before it's even shipped.

I'd be happy to revert that part.

> Perhaps more to the point: the previous round of discussion about
> this already rejected the idea of treating window functions as a
> category fundamentally separate from plain functions --- that is, we
> are not following the "aggregate" model of having separate commands
> for aggregate functions.

I hadn't seen any such a consensus. If anything, the consensus seemed
to be going toward the \da and not away from it, hence the revised
patch.

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2009-04-10 15:53:05 Re: pg_restore dependencies
Previous Message Tom Lane 2009-04-10 15:46:03 Re: Closing some 8.4 open items