mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08: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,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 New Issue
Block a user