Add documentation for array_upper/lower().
authorBruce Momjian
Sun, 10 Nov 2002 00:32:16 +0000 (00:32 +0000)
committerBruce Momjian
Sun, 10 Nov 2002 00:32:16 +0000 (00:32 +0000)
doc/src/sgml/array.sgml

index deca39f0ae263b5227f1ebb96bff8a89668255cd..dc2b08161ee402b5565fae34132a597d5413fa74 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Arrays
@@ -195,7 +195,9 @@ SELECT array_dims(schedule) FROM sal_emp WHERE name = 'Carol';
 
   array_dims produces a text result,
   which is convenient for people to read but perhaps not so convenient
-  for programs.
+  for programs.  array_upper and 
+  array_lower return the upper/lower bound of the
+  given array dimension, respectively.