We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca28eb commit 50e726aCopy full SHA for 50e726a
doc/src/sgml/array.sgml
@@ -1,4 +1,4 @@
1
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/array.sgml,v 1.22 2002/09/21 18:32:52 petere Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/array.sgml,v 1.23 2002/11/10 00:32:16 momjian Exp $ -->
2
3
<sect1 id="arrays">
4
<title>Arrays</title>
@@ -195,7 +195,9 @@ SELECT array_dims(schedule) FROM sal_emp WHERE name = 'Carol';
195
196
<function>array_dims</function> produces a <type>text</type> result,
197
which is convenient for people to read but perhaps not so convenient
198
- for programs.
+ for programs. <function>array_upper</function> and <function>
199
+ array_lower</function> return the upper/lower bound of the
200
+ given array dimension, respectively.
201
</para>
202
203
<para>
0 commit comments