Skip to content

Commit 04d919a

Browse files
committed
Fix array_dims() example to be consistent with the data previously shown.
Christian Rossow
1 parent b13cc95 commit 04d919a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/array.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.61 2007/05/11 17:57:11 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.62 2007/06/07 14:49:56 tgl Exp $ -->
22

33
<sect1 id="arrays">
44
<title>Arrays</title>
@@ -289,7 +289,7 @@ SELECT array_dims(schedule) FROM sal_emp WHERE name = 'Carol';
289289

290290
array_dims
291291
------------
292-
[1:2][1:1]
292+
[1:2][1:2]
293293
(1 row)
294294
</programlisting>
295295

0 commit comments

Comments
 (0)