Re: [SQL] Table Attribute Help

2000-10-09 Thread omid omoomi
Hi, >From: "Brian C. Doyle" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >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? > >

Re: [SQL] Table Attribute Help

2000-10-09 Thread Jeff Hoffmann
"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