No way to list DDL for a new type - Mailing list pgsql-bugs

From Rajesh Chopra
Subject No way to list DDL for a new type
Date
Msg-id 512528.34976.qm@web45405.mail.sp1.yahoo.com
Whole thread Raw
Responses Re: No way to list DDL for a new type  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
List pgsql-bugs
Hi,
I created a new type as follows:
CREATE TYPE compfoo AS (f1 int, f2 text);

Now I need the DDL which postgres used to create this type.

Thanks.

With Regards,
rc_bio

pgsql-bugs by date:

Previous
From: "Lawrence Cohan"
Date:
Subject: Re: BUG #4232: CREATE INDEX CONCURRENTLY
Next
From: "Heikki Linnakangas"
Date:
Subject: Re: No way to list DDL for a new type