1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

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

Christian Rossow
This commit is contained in:
Tom Lane
2007-06-07 14:50:07 +00:00
parent 86c68fd0b2
commit 5e25d43893

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.46 2005/11/04 23:13:59 petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.46.2.1 2007/06/07 14:50:07 tgl Exp $ -->
<sect1 id="arrays">
<title>Arrays</title>
@ -282,7 +282,7 @@ SELECT array_dims(schedule) FROM sal_emp WHERE name = 'Carol';
array_dims
------------
[1:2][1:1]
[1:2][1:2]
(1 row)
</programlisting>