Commit 7f40e303 authored by Peter Eisentraut's avatar Peter Eisentraut

Improve markup of unnest example

parent f9e4961b
......@@ -10385,7 +10385,8 @@ SELECT NULLIF(value, '(none)') ...
<entry><type>setof anyelement</type></entry>
<entry>expand an array to a set of rows</entry>
<entry><literal>unnest(ARRAY[1,2])</literal></entry>
<entry><literal>1</literal><para><literal>2</literal></para> (2 rows)</entry>
<entry><literallayout class="monospaced">1
2</literallayout>(2 rows)</entry>
</row>
</tbody>
</tgroup>
......
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