Re: psql questions: SQL, progname, copyright dates - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: psql questions: SQL, progname, copyright dates
Date
Msg-id 20040909172939.GB5523@dcc.uchile.cl
Whole thread Raw
In response to Re: psql questions: SQL, progname, copyright dates  ("Greg Sabino Mullane" <greg@turnstep.com>)
Responses Re: psql questions: SQL, progname, copyright dates  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-hackers
On Thu, Sep 09, 2004 at 11:37:13AM -0000, Greg Sabino Mullane wrote:

> To clarify the 'S' a bit more, here is the output from \? in my new patch:
>  
> Informational (S = show system objects)
>   \l                list all databases (add "+" for more detail)
>   \d[S]             list tables, views, and sequences
>   \d[S] NAME        describe table, view, sequence, or index
>   \dt[S] [PATTERN]  list tables (add "+" for more detail)

While you are it, why not make it

> Informational
> (S = show system objects)
> (+ = show more detail about each object)
>   \l[+]                list all databases
>   \d[S]                list tables, views, and sequences
>   \d[S][+] NAME        describe table, view, sequence, or index
>   \dt[S][+] [PATTERN]  list tables

Etc?

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"No reniegues de lo que alguna vez creíste"



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: translations
Next
From: "Merlin Moncure"
Date:
Subject: Re: row wise comparison broken