Re: No way to list DDL for a new type

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: No way to list DDL for a new type
Дата
Msg-id 484F7E8C.2040801@enterprisedb.com
обсуждение исходный текст
Ответ на No way to list DDL for a new type  (Rajesh Chopra <rc_bio@yahoo.com>)
Ответы Re: No way to list DDL for a new type
Список 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 по дате отправления:

Предыдущее
От: Rajesh Chopra
Дата:
Сообщение: No way to list DDL for a new type
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: No way to list DDL for a new type