Re: No way to list DDL for a new type

From: "Heikki Linnakangas" <heikki(at)enterprisedb(dot)com>
To: "Rajesh Chopra" <rc_bio(at)yahoo(dot)com>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: No way to list DDL for a new type
Date: 2008-06-11 07:28:12
Message-ID: 484F7E8C.2040801@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Merlin Moncure 2008-06-11 13:57:03 Re: No way to list DDL for a new type
Previous Message Rajesh Chopra 2008-06-10 23:07:47 No way to list DDL for a new type