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 f9e4961 commit 7f40e30Copy full SHA for 7f40e30
doc/src/sgml/func.sgml
@@ -10385,7 +10385,8 @@ SELECT NULLIF(value, '(none)') ...
10385
<entry><type>setof anyelement</type></entry>
10386
<entry>expand an array to a set of rows</entry>
10387
<entry><literal>unnest(ARRAY[1,2])</literal></entry>
10388
- <entry><literal>1</literal><para><literal>2</literal></para> (2 rows)</entry>
+ <entry><literallayout class="monospaced">1
10389
+2</literallayout>(2 rows)</entry>
10390
</row>
10391
</tbody>
10392
</tgroup>
0 commit comments