Re: Get name of columns in a table - Mailing list pgsql-sql

From Richard Huxton
Subject Re: Get name of columns in a table
Date
Msg-id 3B66C697.FF4EC81B@archonet.com
Whole thread Raw
In response to Get name of columns in a table  (María Elena Hernández<mahelope@pereira.multi.net.co>)
List pgsql-sql
María Elena Hernández wrote:
> 
To get a list of columns, run "psql -E" and do a standard "\df foo"
where foo is your table name. This will show you exactly how PG does it.
I've found this very useful with all the backslash commands.

HTH

- Richard Huxton


pgsql-sql by date:

Previous
From: Gary Stainburn
Date:
Subject: union in subselect?
Next
From: Tom Lane
Date:
Subject: Re: union in subselect?