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

From Heikki Linnakangas
Subject Re: No way to list DDL for a new type
Date
Msg-id 484F7E8C.2040801@enterprisedb.com
Whole thread Raw
In response to No way to list DDL for a new type  (Rajesh Chopra <rc_bio@yahoo.com>)
Responses Re: No way to list DDL for a new type  ("Merlin Moncure" <mmoncure@gmail.com>)
List pgsql-bugs
Rajesh Chopra wrote:
> 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.

Huh, what do you mean? That CREATE TYPE statement is DDL.

Anyway, this doesn't sound like a bug. Please use the appropriate
mailing list, probably pgsql-general. This list is for bug reports only.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

pgsql-bugs by date:

Previous
From: Rajesh Chopra
Date:
Subject: No way to list DDL for a new type
Next
From: "Merlin Moncure"
Date:
Subject: Re: No way to list DDL for a new type