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" ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend