DESCRIBE for composite type?

Поиск
Список
Период
Сортировка
От Nikita Koselev
Тема DESCRIBE for composite type?
Дата
Msg-id 24e54d80810042354g27d6e589v5a8915134423af6a@mail.gmail.com
обсуждение исходный текст
Ответы Re: DESCRIBE for composite type?
Список pgsql-novice
I've created an composite type.
--
CREATE TYPE requirement_vo AS (
 name VARCHAR(20),
 description VARCHAR(20),
 requirement_id INT,
 requirement_type_id INT,
 priority_id INT,
 necessity_id INT,
 lower_limit DOUBLE PRECISION,
 upper_limit DOUBLE PRECISION
 );
--
How can I get description of this composite type later (field names
and values)? Is there something in pgsql like DESCRIBE statement in
oracle?

В списке pgsql-novice по дате отправления: