Re: FWD: Re: Updated backslash consistency patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Gregory Stark <stark(at)enterprisedb(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, Brendan Jurd <direvus(at)gmail(dot)com>, Greg Sabino Mullane <greg(at)turnstep(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: FWD: Re: Updated backslash consistency patch
Date: 2009-01-16 20:06:17
Message-ID: 10875.1232136377@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> I think you should make:

> \df - non-system only
> \dfS - system only
> \dfA - all

> Then you could make \dt the same way, and it wouldn't involve breaking
> the way \dt works now.

No, instead it would break \df. As I said before, a solution that was
designed for tables back around 6.4 isn't good enough for functions
in a schema world.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-01-16 20:09:35 Re: Hot Standby dev build (v8)
Previous Message Robert Haas 2009-01-16 20:03:05 Re: FWD: Re: Updated backslash consistency patch