No way to list DDL for a new type

Поиск
Список
Период
Сортировка
От Rajesh Chopra
Тема No way to list DDL for a new type
Дата
Msg-id 512528.34976.qm@web45405.mail.sp1.yahoo.com
обсуждение исходный текст
Ответы Re: No way to list DDL for a new type
Список 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 по дате отправления:

Предыдущее
От: "Lawrence Cohan"
Дата:
Сообщение: Re: BUG #4232: CREATE INDEX CONCURRENTLY
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: No way to list DDL for a new type