1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-05 07:41:25 +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:00 +00:00
parent 5e87f49a4c
commit 7c92618676

View File

@@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.52.2.4 2007/03/24 16:46:28 tgl Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.52.2.5 2007/06/07 14:50:00 tgl Exp $ -->
<sect1 id="arrays"> <sect1 id="arrays">
<title>Arrays</title> <title>Arrays</title>
@@ -289,7 +289,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>