Fix array_dims() example to be consistent with the data previously shown.
authorTom Lane <[email protected]>
Thu, 7 Jun 2007 14:50:07 +0000 (14:50 +0000)
committerTom Lane <[email protected]>
Thu, 7 Jun 2007 14:50:07 +0000 (14:50 +0000)
Christian Rossow

doc/src/sgml/array.sgml

index 0347947148ef6d26499d9ae13e8395d3e284204b..acd05634324dbdc2c60397b36cd00c7de3d9eaf0 100644 (file)
@@ -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>