From: Tom Lane Date: Thu, 7 Jun 2007 14:50:07 +0000 (+0000) Subject: Fix array_dims() example to be consistent with the data previously shown. X-Git-Tag: REL8_1_10~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e25d4389336d7822e370fdeed8f819fc5d41e27;p=postgresql Fix array_dims() example to be consistent with the data previously shown. Christian Rossow --- diff --git a/doc/src/sgml/array.sgml b/doc/src/sgml/array.sgml index 2d179fd7f1..7e24e88cac 100644 --- a/doc/src/sgml/array.sgml +++ b/doc/src/sgml/array.sgml @@ -1,4 +1,4 @@ - + Arrays @@ -282,7 +282,7 @@ SELECT array_dims(schedule) FROM sal_emp WHERE name = 'Carol'; array_dims ------------ - [1:2][1:1] + [1:2][1:2] (1 row)