Fix array_dims() example to be consistent with the data previously shown.
authorTom Lane
Thu, 7 Jun 2007 14:49:56 +0000 (14:49 +0000)
committerTom Lane
Thu, 7 Jun 2007 14:49:56 +0000 (14:49 +0000)
Christian Rossow

doc/src/sgml/array.sgml

index 9646e1ab00f352c1d004182bcfe42b6916d72b1b..b1e0b29310719950006663bbadbe1011069517a0 100644 (file)
@@ -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)