mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 22:04:18 -04:00
Fix array_dims() example to be consistent with the data previously shown.
Christian Rossow
This commit is contained in:
parent
5e87f49a4c
commit
7c92618676
1 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||
<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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue