Commit 04d919a1 authored by Tom Lane's avatar Tom Lane

Fix array_dims() example to be consistent with the data previously shown.

Christian Rossow
parent b13cc957
<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.61 2007/05/11 17:57:11 tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.62 2007/06/07 14:49:56 tgl Exp $ -->
<sect1 id="arrays">
<title>Arrays</title>
......@@ -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)
</programlisting>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment