Re: MySQLs Describe emulator!

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Boulat Khakimov <boulat@inet-interactif.com>
Cc: pgsql-sql@postgresql.org, pgsql-general@postgresql.org
Date: 2001-03-06T02:46:17Z
Lists: pgsql-general
Boulat Khakimov <boulat@inet-interactif.com> writes:
> Here is a nifty query I came up with
> that provides a detailed information on any row of any table.
> Something that is build into mySQL (DESC tablename fieldname) 
> but not into PG.

Er, what's wrong with psql's "\d table" ?

			regards, tom lane