Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7f40e30

Browse files
committed
Improve markup of unnest example
1 parent f9e4961 commit 7f40e30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10385,7 +10385,8 @@ SELECT NULLIF(value, '(none)') ...
1038510385
<entry><type>setof anyelement</type></entry>
1038610386
<entry>expand an array to a set of rows</entry>
1038710387
<entry><literal>unnest(ARRAY[1,2])</literal></entry>
10388-
<entry><literal>1</literal><para><literal>2</literal></para> (2 rows)</entry>
10388+
<entry><literallayout class="monospaced">1
10389+
2</literallayout>(2 rows)</entry>
1038910390
</row>
1039010391
</tbody>
1039110392
</tgroup>

0 commit comments

Comments
 (0)