We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99507b9 commit 1a62813Copy full SHA for 1a62813
doc/src/sgml/array.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.53 2007/01/30 22:29:22 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.54 2007/01/31 04:12:01 momjian Exp $ -->
2
3
<sect1 id="arrays">
4
<title>Arrays</title>
@@ -243,7 +243,7 @@ SELECT schedule[1:2][1:1] FROM sal_emp WHERE name = 'Bill';
243
(1 row)
244
</programlisting>
245
246
- We could also have written
+ We could also have written:
247
248
<programlisting>
249
SELECT schedule[1:2][1] FROM sal_emp WHERE name = 'Bill';
0 commit comments