Re: SHOW ALL output too wide - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: SHOW ALL output too wide
Date
Msg-id 200511260013.jAQ0DST05693@candle.pha.pa.us
Whole thread Raw
In response to Re: SHOW ALL output too wide  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: SHOW ALL output too wide  (Dennis Bjorklund <db@zigo.dhs.org>)
List pgsql-hackers
Alvaro Herrera wrote:
> Dennis Bjorklund wrote:
> 
> > My main problem with SHOW as it is in 8.1 is that the output is so wide 
> > that it's very hard to read the output.
> > 
> > Is there any use for SHOW except in interactive psql sessions?

There certainly is.  Imagine querying for timezone.  Also remember that
pgadmin is a client application that is _not_ psql.

> Nothing that can't be done by querying pg_settings.

True, so we have pg_settings and SHOW.  I see no reason for a third,
\show.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: SHOW ALL output too wide
Next
From: "Joshua D. Drake"
Date:
Subject: Re: PL/php in pg_pltemplate