From: Tom Lane Date: Thu, 7 Jun 2007 14:50:00 +0000 (+0000) Subject: Fix array_dims() example to be consistent with the data previously shown. X-Git-Tag: REL8_2_5~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c92618676b739d76cf387f8a6c278a7f1b265a8;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 dc80f516e3b..00d30a8323a 100644 --- a/doc/src/sgml/array.sgml +++ b/doc/src/sgml/array.sgml @@ -1,4 +1,4 @@ - + Arrays @@ -289,7 +289,7 @@ SELECT array_dims(schedule) FROM sal_emp WHERE name = 'Carol'; array_dims ------------ - [1:2][1:1] + [1:2][1:2] (1 row)