1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +03:00

Document (compositeval).* field selection syntax

This commit is contained in:
Peter Eisentraut
2010-10-14 20:07:13 +03:00
parent 7085891784
commit 80ada4c0db

View File

@@ -1448,6 +1448,15 @@ $1.somecolumn
or that <structname>mytable</> is a table name not a schema name
in the second case.
</para>
<para>
In a select list (see <xref linkend="queries-select-lists">), you
can ask for all fields of a composite value by
writing <literal>.*</literal>:
<programlisting>
(compositecol).*
</programlisting>
</para>
</sect2>
<sect2>