no documentation for (compval).* field selection

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема no documentation for (compval).* field selection
Дата
Msg-id 1286269105.16817.8.camel@vanquo.pezone.net
обсуждение исходный текст
Список pgsql-docs
I couldn't find any documentation for using .* to select all fields
(attributes) of a composite type value, e.g.,

CREATE TYPE comp_t AS (intval integer, textval varchar(32));
CREATE TABLE t4 (compval comp_t);
SELECT (compval).* FROM t4;

The only place this is used is in the hstore documentation.

Would it be appropriate to document this in section "4.2.4. Field
Selection", or is this a special case of some other construct that is
already documented?



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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: Additional index entries and table sorting
Следующее
От: Mike Toews
Дата:
Сообщение: Latest release date formatting on http://www.postgresql.org/