From: Peter Eisentraut Date: Thu, 6 Jan 2011 21:54:05 +0000 (+0200) Subject: Improve markup of unnest example X-Git-Tag: REL9_1_ALPHA4~513 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f40e30309b5c8f19b1ac86c463ab0ea99907873;p=postgresql Improve markup of unnest example --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 9ad4ad8d9e..04769f1b09 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10385,7 +10385,8 @@ SELECT NULLIF(value, '(none)') ... setof anyelement expand an array to a set of rows unnest(ARRAY[1,2]) - 12 (2 rows) + 1 +2(2 rows)