8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7085891 commit 80ada4cCopy full SHA for 80ada4c
doc/src/sgml/syntax.sgml
@@ -1448,6 +1448,15 @@ $1.somecolumn
1448
or that <structname>mytable</> is a table name not a schema name
1449
in the second case.
1450
</para>
1451
+
1452
+ <para>
1453
+ In a select list (see <xref linkend="queries-select-lists">), you
1454
+ can ask for all fields of a composite value by
1455
+ writing <literal>.*</literal>:
1456
+<programlisting>
1457
+(compositecol).*
1458
+</programlisting>
1459
+ </para>
1460
</sect2>
1461
1462
<sect2>
0 commit comments