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 b84a801 commit 3468a04Copy full SHA for 3468a04
doc/src/sgml/release-12.sgml
@@ -2075,13 +2075,10 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
2075
-->
2076
2077
<para>
2078
- Allow <type>RECORD</type> and <type>RECORD[]</type> to be specified
2079
- as a function <link linkend="sql-createfunction">return-value
2080
- record</link> (Elvis Pranskevichus)
2081
- </para>
2082
-
2083
- <para>
2084
- DETAIL?
+ Allow <type>RECORD</type> and <type>RECORD[]</type> to be used
+ as column types in a query's column definition list for a <link
+ linkend="sql-createfunction">table function</link> that is declared
+ to return <type>RECORD</type> (Elvis Pranskevichus)
2085
</para>
2086
</listitem>
2087
0 commit comments