Commit 80ada4c0 authored by Peter Eisentraut's avatar Peter Eisentraut

Document (compositeval).* field selection syntax

parent 70858917
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment