From: | Larry Rosenman <ler(at)lerctr(dot)org> |
---|---|
To: | Bing Du <bdu(at)iastate(dot)edu>, pgsql-sql(at)postgresql(dot)org |
Subject: | Re: how to show table structure? |
Date: | 2004-01-09 23:12:09 |
Message-ID: | 240370000.1073689929@lerlaptop-red.iadfw.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
--On Friday, January 09, 2004 17:05:37 -0600 Bing Du <bdu(at)iastate(dot)edu>
wrote:
> Greetings,
>
> How can I see the layout of a table in PostgreSQL 7.4? I've checked
> several books and on-line documents, but was not able to figure out how
> PostgreSQL does 'describe <table>' like it's done in other databases.
\d table
in psql.
LER
>
> Thanks in advance for any help.
>
> Bing
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
From | Date | Subject | |
---|---|---|---|
Next Message | Kumar | 2004-01-10 04:03:51 | Re: how to show table structure? |
Previous Message | scott.marlowe | 2004-01-09 23:10:23 | Re: how to show table structure? |