Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)
Date: 2009-01-06 23:16:57
Message-ID: 1231283817.12947.5.camel@jd-laptop.pragmaticzealot.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Tue, 2009-01-06 at 18:08 -0500, Bruce Momjian wrote:
> Bruce Momjian wrote:

> > I also found a bug that \do didn't work because the AND system table
> > check was being added to the LEFT JOIN and not to the WHERE clause
> > (trigger display was also a problem).
>
> Let me also say that that \d* display is ready to fall over from its own
> weight:
>
> Informational
> Modifiers: S = show system objects + = Additional detail
> \l[+] list all databases
> \d[S+] list tables, views, and sequences
> \d[S+] NAME describe table, view, sequence, or index
> \da[S] [PATTERN] list aggregate functions
> \db[+] [PATTERN] list tablespaces
> \dc[S] [PATTERN] list conversions

Hmmm, I wonder if it makes sense to make it four column instead of two
column.

Joshua D. Drake

--
PostgreSQL
Consulting, Development, Support, Training
503-667-4564 - http://www.commandprompt.com/
The PostgreSQL Company, serving since 1997

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2009-01-06 23:22:14 Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)
Previous Message Bruce Momjian 2009-01-06 23:09:56 pgsql: Improve \z psql \? help display.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-01-06 23:21:57 Re: Runaway backend at 100% CPU PostgreSQL v8.3.5
Previous Message Stephen R. van den Berg 2009-01-06 23:11:34 Runaway backend at 100% CPU PostgreSQL v8.3.5