From: | "omid omoomi" <oomoomi(at)hotmail(dot)com> |
---|---|
To: | bcdoyle(at)mindspring(dot)com, pgsql-sql(at)postgresql(dot)org |
Subject: | Re: Table Attribute Help |
Date: | 2000-10-09 15:47:02 |
Message-ID: | LAW-F388aZRhQdOgl4r0000971f@hotmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Hi,
>From: "Brian C. Doyle" <bcdoyle(at)mindspring(dot)com>
>To: pgsql-sql(at)postgresql(dot)org
>Subject: [SQL] Table Attribute Help
>Date: Mon, 09 Oct 2000 11:21:21 -0400
>
>Hello all,
>
>I am trying to find a query to retrive the attributes of a table as in \d
>tablename but as a select command. Is this possible?
>
>
yes. try to run psql with -E and look at the related system tables when
running \d command like (pg_class, pg_user, ...)
regards
Omid Omoomi
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2000-10-09 17:34:38 | Re: OID Perfomance - Object-Relational databases |
Previous Message | Brian C. Doyle | 2000-10-09 15:38:18 | Re: AW: Table Attribute Help |