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
Subject: Re: Closing some 8.4 open items
Date: 2009-04-08 02:28:25
Message-ID: 20090408022825.GF24263@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Apr 06, 2009 at 10:51:22PM -0700, David Fetter wrote:
> On Sun, Apr 05, 2009 at 05:57:46PM -0700, David Fetter wrote:
> > On Sun, Apr 05, 2009 at 08:55:07PM -0400, Tom Lane wrote:
> > > David Fetter <david(at)fetter(dot)org> writes:
> > > > On Sun, Apr 05, 2009 at 02:07:32PM -0400, Tom Lane wrote:
> > > >> The \df thing? That's something it'd be okay to revisit during
> > > >> beta, IMHO.
> > >
> > > > OK, I'll work on this tomorrow :)
> > >
> > > I think what we were lacking was consensus on what it should do, not
> > > code ...
> >
> > I was thinking I'd knock out a proposal or two.
>
> Please find enclosed one way to handle it, this being prepending
> WINDOW to the result types in \df.
>
> Another way, patch coming tomorrow, would be to add a \dw and remove
> the functions where pg_proc.iswindowing is true from \df.

Here's another way, adding \dw.

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

Attachment Content-Type Size
dw.patch text/plain 5.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2009-04-08 02:42:51 Re: Closing some 8.4 open items
Previous Message Itagaki Takahiro 2009-04-08 02:19:33 Re: Solution of the file name problem of copy on windows.