From: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
---|---|
To: | Greg Sabino Mullane <greg(at)turnstep(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: psql questions: SQL, progname, copyright dates |
Date: | 2004-09-09 17:29:39 |
Message-ID: | 20040909172939.GB5523@dcc.uchile.cl |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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"
From | Date | Subject | |
---|---|---|---|
Next Message | Merlin Moncure | 2004-09-09 18:06:57 | Re: row wise comparison broken |
Previous Message | Alvaro Herrera | 2004-09-09 17:24:42 | Re: translations |