mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Improve markup of unnest example
This commit is contained in:
parent
f9e4961b7d
commit
7f40e30309
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user