From: | Oliver Elphick <olly(at)lfix(dot)co(dot)uk> |
---|---|
To: | sandhya <sandhyar(at)amiindia(dot)co(dot)in> |
Cc: | postgre <pgsql-admin(at)postgresql(dot)org>, Sivakumar K <sivakumark(at)aztec(dot)soft(dot)net> |
Subject: | Re: Reg:sql command |
Date: | 2005-08-24 09:16:59 |
Message-ID: | 1124875019.3560.173.camel@linda |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Wed, 2005-08-24 at 11:50 +0530, sandhya wrote:
> Hi,
> Is there any equivalent command for '\d tablename'.
> Inorder to get the table structure is there any SQL query in postgres?
>
use psql -E to see the SQL commands that are used to implement \d and
other such commands.
--
Oliver Elphick olly(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
GPG: 1024D/A54310EA 92C8 39E7 280E 3631 3F0E 1EC0 5664 7A2F A543 10EA
========================================
Do you want to know God? http://www.lfix.co.uk/knowing_god.html
From | Date | Subject | |
---|---|---|---|
Next Message | Sivakumar K | 2005-08-24 09:51:44 | Re: Reg:sql command |
Previous Message | Gnanavel S | 2005-08-24 09:13:31 | Re: Reg:sql command |