]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix array_dims() example to be consistent with the data previously shown.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Jun 2007 14:50:18 +0000 (14:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Jun 2007 14:50:18 +0000 (14:50 +0000)
Christian Rossow

doc/src/sgml/array.sgml

index 9832dbebcb267fcb5ade9d475069f7948f7f95b9..a2d6ea994df995808e844037e9fdaa4a7ccc9d97 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.42.4.1 2005/02/06 20:59:37 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.42.4.2 2007/06/07 14:50:18 tgl Exp $ -->
 
 <sect1 id="arrays">
  <title>Arrays</title>
@@ -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)
 </programlisting>