Re: Table Attribute Help

From: Jeff Hoffmann <jeff(at)propertykey(dot)com>
To: "Brian C(dot) Doyle" <bcdoyle(at)mindspring(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Table Attribute Help
Date: 2000-10-09 15:33:47
Message-ID: 39E1E55B.D9965F8C@propertykey.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Brian C. Doyle" wrote:
>
> 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?

run "psql -E" -- it will echo all of the sql queries that those commands
use.

--

Jeff Hoffmann
PropertyKey.com

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Brian C. Doyle 2000-10-09 15:38:18 Re: AW: Table Attribute Help
Previous Message Brian C. Doyle 2000-10-09 15:21:21 Table Attribute Help