From: Tom Lane Date: Thu, 7 Jun 2007 14:50:18 +0000 (+0000) Subject: Fix array_dims() example to be consistent with the data previously shown. X-Git-Tag: REL8_0_14~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94dc2d8e3b1141b351fe1837a7a6b77ae97873b9;p=thirdparty%2Fpostgresql.git 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 9832dbebcb2..a2d6ea994df 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)