seeing type defination..

From: Rajesh Kumar Mallah <mallah(at)trade-india(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: seeing type defination..
Date: 2003-05-08 06:15:26
Message-ID: 200305081145.26591.mallah@trade-india.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

psql> CREATE TYPE mytype AS (a1 int, a2 varchar(100)) ;

is there any way to see the constitution of "mytype"
at a later date?

just like we have \d <tablename> command
is there anything for types?

regds
mallah.

--
Rajesh Kumar Mallah,
Project Manager (Development)
Infocom Network Limited, New Delhi
phone: +91(11)6152172 (221) (L) ,9811255597 (M)

Visit http://www.trade-india.com ,
India's Leading B2B eMarketplace.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message David Loh 2003-05-08 06:40:22 A minute in timestamp
Previous Message Tom Lane 2003-05-08 05:26:45 Re: Timestamp index not used