(unnamed)
text/plain
Index: doc/src/sgml/array.sgml
===================================================================
RCS file: /cvsroot/pgsql-server/doc/src/sgml/array.sgml,v
retrieving revision 1.22
diff -c -c -r1.22 array.sgml
*** doc/src/sgml/array.sgml 21 Sep 2002 18:32:52 -0000 1.22
--- doc/src/sgml/array.sgml 10 Nov 2002 00:30:01 -0000
***************
*** 195,201 ****
<function>array_dims</function> produces a <type>text</type> result,
which is convenient for people to read but perhaps not so convenient
! for programs.
</para>
<para>
--- 195,203 ----
<function>array_dims</function> produces a <type>text</type> result,
which is convenient for people to read but perhaps not so convenient
! for programs. <function>array_upper</function> and <function>
! array_lower</function> return the upper/lower bound of the
! given array dimension, respectively.
</para>
<para>