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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user