Re: Table Attribute Help - Mailing list pgsql-sql

From Jeff Hoffmann
Subject Re: Table Attribute Help
Date
Msg-id 39E1E55B.D9965F8C@propertykey.com
Whole thread Raw
In response to Table Attribute Help  ("Brian C. Doyle" <bcdoyle@mindspring.com>)
List 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


pgsql-sql by date:

Previous
From: "Brian C. Doyle"
Date:
Subject: Table Attribute Help
Next
From: "Brian C. Doyle"
Date:
Subject: Re: AW: Table Attribute Help