Improve markup of unnest example
authorPeter Eisentraut
Thu, 6 Jan 2011 21:54:05 +0000 (23:54 +0200)
committerPeter Eisentraut
Thu, 6 Jan 2011 22:12:20 +0000 (00:12 +0200)
doc/src/sgml/func.sgml

index 9ad4ad8d9e52632b201a21089d224c67c39762c9..04769f1b09f854e9490edcb18d22f82ed9444cac 100644 (file)
@@ -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)