1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-12 15:23:02 +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:18 +00:00
parent 083094f34c
commit 94dc2d8e3b

View File

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