]> granicus.if.org Git - postgresql/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:07 +0000 (14:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Jun 2007 14:50:07 +0000 (14:50 +0000)
Christian Rossow

doc/src/sgml/array.sgml

index 2d179fd7f1641a038b8a743d0793ef81d14e9f79..7e24e88cac824acba75485df76691274e81dbd45 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.46 2005/11/04 23:13:59 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.46.2.1 2007/06/07 14:50:07 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>