No way to list DDL for a new type

From: Rajesh Chopra <rc_bio(at)yahoo(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: No way to list DDL for a new type
Date: 2008-06-10 23:07:47
Message-ID: 512528.34976.qm@web45405.mail.sp1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2008-06-11 07:28:12 Re: No way to list DDL for a new type
Previous Message Lawrence Cohan 2008-06-10 21:11:25 Re: BUG #4232: CREATE INDEX CONCURRENTLY