Re: [SQL] Re: Re: MySQLs Describe emulator!
Karel Zak <zakkr@zf.jcu.cz>
From: Karel Zak <zakkr@zf.jcu.cz>
To: Mathijs Brands <mathijs@ilse.nl>
Cc: Boulat Khakimov <boulat@inet-interactif.com>, pgsql-sql@postgresql.org, pgsql-general@postgresql.org
Date: 2001-03-07T08:48:49Z
Lists: pgsql-general
On Wed, 7 Mar 2001, Mathijs Brands wrote: > > If I good remenber anywhere in PG's docs is catalog schema. It isn't > > too much difficult write queries like above-mentioned, because catalog > > attributes/tables names are intuitive. For start see pg_class and > > pg_attribute. > > Karel, how about this one? It's even easier :) No need to spit through code > to find this... > > serv0:/var/namedsrc$ psql -E -c '\d nodes' iig Yes, "-E" is better solution and I didn't know it, next time will probably better see docs and help (psql --hepl) before start discussion like this. Thanks Karel PS. ...but nobody be taken ill with source code :-)