Content-Length: 266776 | pFad | http://github.com/postgrespro/postgres/commit/80ada4c0dbc877d494f7c8886fdaebda0fbbe0bc
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>
Fetched URL: http://github.com/postgrespro/postgres/commit/80ada4c0dbc877d494f7c8886fdaebda0fbbe0bc
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments