提交 1a628134 编写于 作者: B Bruce Momjian

Add missing colon.

上级 99507b9a
<!-- $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 $ -->
<sect1 id="arrays">
<title>Arrays</title>
......@@ -243,7 +243,7 @@ SELECT schedule[1:2][1:1] FROM sal_emp WHERE name = 'Bill';
(1 row)
</programlisting>
We could also have written
We could also have written:
<programlisting>
SELECT schedule[1:2][1] FROM sal_emp WHERE name = 'Bill';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册