File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
<para>
20
20
<productname>PostgreSQL</productname>允许将字段定义成变长的多维数组。
21
21
数组类型可以是任何基本类型或用户定义类型,枚举类型或复合类型。
22
- 不支持域的数组 。
22
+ 目前还不支持域的数组 。
23
23
</para>
24
24
25
25
<sect2 id="arrays-declaration">
@@ -110,8 +110,8 @@ CREATE TABLE tictactoe (
110
110
<structfield>pay_by_quarter</structfield> could have been defined
111
111
as:
112
112
-->
113
- 另外还有一种语法,它通过使用关键字 <literal>ARRAY</>遵循 SQL 标准 ,
114
- 可以用于声明一维数组 。<structfield>pay_by_quarter</structfield>可以定义为:
113
+ 另外还有一种语法,该方法遵循 SQL 标准,通过使用关键字 <literal>ARRAY</>,
114
+ 可以声明一维数组 。<structfield>pay_by_quarter</structfield>可以定义为:
115
115
<programlisting>
116
116
pay_by_quarter integer ARRAY[4],
117
117
</programlisting>
@@ -126,7 +126,7 @@ CREATE TABLE tictactoe (
126
126
As before, however, <productname>PostgreSQL</> does not enforce the
127
127
size restriction in any case.
128
128
-->
129
- 不过,如前所述,<productname>PostgreSQL</>并不强制这个尺寸限制 。
129
+ 不过,如前所述,<productname>PostgreSQL</>在任何情况下都不强制这个尺寸限制 。
130
130
</para>
131
131
132
132
</sect2>
You can’t perform that action at this time.
0 commit comments