Skip to content

Commit a3801bb

Browse files
committed
Update array.sgml
初次试用系统
1 parent 12e1efc commit a3801bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

postgresql/doc/src/sgml/array.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<para>
2020
<productname>PostgreSQL</productname>允许将字段定义成变长的多维数组。
2121
数组类型可以是任何基本类型或用户定义类型,枚举类型或复合类型。
22-
不支持域的数组
22+
目前还不支持域的数组
2323
</para>
2424

2525
<sect2 id="arrays-declaration">
@@ -110,8 +110,8 @@ CREATE TABLE tictactoe (
110110
<structfield>pay_by_quarter</structfield> could have been defined
111111
as:
112112
-->
113-
另外还有一种语法,它通过使用关键字<literal>ARRAY</>遵循 SQL 标准
114-
可以用于声明一维数组。<structfield>pay_by_quarter</structfield>可以定义为:
113+
另外还有一种语法,该方法遵循 SQL 标准,通过使用关键字<literal>ARRAY</>,
114+
可以声明一维数组。<structfield>pay_by_quarter</structfield>可以定义为:
115115
<programlisting>
116116
pay_by_quarter integer ARRAY[4],
117117
</programlisting>
@@ -126,7 +126,7 @@ CREATE TABLE tictactoe (
126126
As before, however, <productname>PostgreSQL</> does not enforce the
127127
size restriction in any case.
128128
-->
129-
不过,如前所述,<productname>PostgreSQL</>并不强制这个尺寸限制
129+
不过,如前所述,<productname>PostgreSQL</>在任何情况下都不强制这个尺寸限制
130130
</para>
131131

132132
</sect2>

0 commit comments

Comments
 (0)