@@ -3845,7 +3845,7 @@ ________________________________________________________-->
3845
3845
________________________________________________________-->
3846
3846
<para>
3847
3847
目录<structname>pg_class</structname>描述了具有列或与表类似的其他对象。这包括索引(但请参见<link linkend="catalog-pg-index"><structname>pg_index</structname></link>)、序列(但请参见<link linkend="catalog-pg-sequence"><structname>pg_sequence</structname></link>)、视图、物化视图、复合类型和TOAST表;请参见<structfield>relkind</structfield>。
3848
- 在下面,当我们指的是所有这些类型的对象时,我们称之为<quote>关系</quote>。并非所有<structname>pg_class</structname>的列对所有关系类型都有意义。
3848
+ 在下面,当我们指的是所有这些类型的对象时,我们称之为<quote>关系(relations) </quote>。并非所有<structname>pg_class</structname>的列对所有关系类型都有意义。
3849
3849
</para>
3850
3850
<!-- pgdoc-cn_end sig_en=aa7a04e0660904b3c5ed78ed0491ac71 -->
3851
3851
@@ -6097,7 +6097,7 @@ ________________________________________________________-->
6097
6097
________________________________________________________-->
6098
6098
<row>
6099
6099
<entry role="catalog_table_entry"><para role="column_definition">
6100
- <structfield>编码 </structfield> <type>int4</type>
6100
+ <structfield>encoding </structfield> <type>int4</type>
6101
6101
</para>
6102
6102
<para>
6103
6103
数据库的字符编码
@@ -6328,7 +6328,7 @@ ________________________________________________________-->
6328
6328
________________________________________________________-->
6329
6329
<row>
6330
6330
<entry role="catalog_table_entry"><para role="column_definition">
6331
- <structfield>数据区域 </structfield> <type>文本 </type>
6331
+ <structfield>daticulocale </structfield> <type>text </type>
6332
6332
</para>
6333
6333
<para>
6334
6334
用于此数据库的ICU区域ID
@@ -6966,7 +6966,7 @@ ________________________________________________________-->
6966
6966
<varlistentry>
6967
6967
________________________________________________________-->
6968
6968
<para>
6969
- 在所有情况下,<structname>pg_depend</structname>条目表示引用对象不能被删除而不删除依赖对象 。
6969
+ 在所有情况下,<structname>pg_depend</structname>条目都表示,在不删除依赖对象的情况下,无法删除被引用的对象 。
6970
6970
然而,有几种由<structfield>deptype</structfield>标识的子类型:
6971
6971
6972
6972
<variablelist>
@@ -7147,7 +7147,7 @@ ________________________________________________________-->
7147
7147
</para>
7148
7148
________________________________________________________-->
7149
7149
<para>
7150
- 依赖对象是<firstterm>扩展</firstterm>的一个成员,即引用对象(参见
7150
+ 依赖对象是<firstterm>扩展(extension) </firstterm>的一个成员,即引用对象(参见
7151
7151
<link linkend="catalog-pg-extension"><structname>pg_extension</structname></link>)。
7152
7152
依赖对象只能通过引用对象上的
7153
7153
<link linkend="sql-dropextension"><command>DROP EXTENSION</command></link>来删除。
@@ -7233,9 +7233,9 @@ ________________________________________________________-->
7233
7233
</para>
7234
7234
________________________________________________________-->
7235
7235
<para>
7236
- 在<application>initdb</application>期间创建的大多数对象被视为<quote>固定</quote>,
7236
+ 在<application>initdb</application>期间创建的大多数对象被视为<quote>固定(pinned) </quote>,
7237
7237
这意味着系统本身依赖于它们。因此,它们永远不允许被删除。
7238
- 此外,知道固定对象不会被删除 ,依赖机制也不会在<structname>pg_depend</structname>中
7238
+ 此外,知道固定(pinned)对象不会被删除 ,依赖机制也不会在<structname>pg_depend</structname>中
7239
7239
显示对它们的依赖关系。因此,例如,类型为<type>numeric</type>的表列在逻辑上
7240
7240
对<type>numeric</type>数据类型有一个<literal>NORMAL</literal>依赖关系,
7241
7241
但在<structname>pg_depend</structname>中实际上并没有这样的条目。
@@ -8926,9 +8926,9 @@ ________________________________________________________-->
8926
8926
<structfield>indcheckxmin</structfield> <type>bool</type>
8927
8927
</para>
8928
8928
<para>
8929
- 如果为真,则查询在此 <structname>pg_index</structname>行的<structfield>xmin</structfield>
8930
- 低于其<symbol>TransactionXmin</symbol>事件视界之前,不得使用索引 ,因为表可能
8931
- 包含不兼容行的破碎的 <link linkend="storage-hot">HOT链</link>,而它们可以看到
8929
+ 如果为真,查询必须不使用该索引,直到这个 <structname>pg_index</structname>行的<structfield>xmin</structfield>
8930
+ 低于其<symbol>TransactionXmin</symbol>事件视界 ,因为表可能
8931
+ 包含损坏的 <link linkend="storage-hot">HOT链</link>(这其中包含了他们可以看到的不兼容行)
8932
8932
</para></entry>
8933
8933
</row>
8934
8934
<!-- pgdoc-cn_end sig_en=577da6853b5745618423b8995401a5a9 -->
@@ -9022,7 +9022,7 @@ ________________________________________________________-->
9022
9022
(references <link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.<structfield>attnum</structfield>)
9023
9023
</para>
9024
9024
<para>
9025
- 这是一个包含<structfield>indnatts</structfield>值的数组,表示此索引索引的表列 。
9025
+ 这是一个包含<structfield>indnatts</structfield>值的数组,用于指示该索引为哪些表列建立索引 。
9026
9026
例如,<literal>1 3</literal>的值表示第一个和第三个表列组成索引条目。
9027
9027
关键列位于非关键(包含)列之前。此数组中的零表示相应的索引属性是表列上的表达式,而不是简单的列引用。
9028
9028
</para></entry>
@@ -13025,8 +13025,9 @@ ________________________________________________________-->
13025
13025
<entry role="catalog_table_entry"><para role="column_definition">
13026
13026
<structfield>prqual</structfield> <type>pg_node_tree</type>
13027
13027
</para>
13028
- <para>关系的发布资格条件的表达树(在<function>nodeToString()</function>表示中)。
13029
- 如果没有发布资格条件,则为空。</para></entry>
13028
+ <para>
13029
+ 关系的发布限定条件的表达式树(采用<function>nodeToString()</function>表示法)。
13030
+ 如果没有发布限定条件,则为空。</para></entry>
13030
13031
</row>
13031
13032
<!-- pgdoc-cn_end sig_en=bd6b1f1c080ce68f1afab81cb08318a5 -->
13032
13033
@@ -14410,8 +14411,8 @@ ________________________________________________________-->
14410
14411
</para>
14411
14412
________________________________________________________-->
14412
14413
<para>
14413
- 与<structname>pg_depend</structname>目录中一样,在<application>initdb</application>期间创建的大多数对象被视为<quote>pinned</quote>。
14414
- 在<structname>pg_shdepend</structname>中不会有任何条目,这些条目将使一个被固定的对象成为被引用或依赖的对象 。
14414
+ 与<structname>pg_depend</structname>目录中一样,在<application>initdb</application>期间创建的大多数对象被视为<quote>固定( pinned) </quote>。
14415
+ 在<structname>pg_shdepend</structname>中不会有任何条目,这些条目将使一个被固定(pinned)的对象成为被引用或依赖的对象 。
14415
14416
</para>
14416
14417
<!-- pgdoc-cn_end sig_en=e6559c030d087f82d01e4f3cc67b2798 -->
14417
14418
@@ -15932,9 +15933,9 @@ ________________________________________________________-->
15932
15933
</para>
15933
15934
<para>
15934
15935
两阶段模式的状态代码:
15935
- <literal>d</literal> = 禁用,
15936
- <literal>p</literal> = 待启用,
15937
- <literal>e</literal> = 启用
15936
+ <literal>d</literal> = 禁用(disabled) ,
15937
+ <literal>p</literal> = 待启用(pending enablement) ,
15938
+ <literal>e</literal> = 启用(enabled)
15938
15939
</para></entry>
15939
15940
</row>
15940
15941
<!-- pgdoc-cn_end sig_en=765b23cba61899d3446c1699e9341456 -->
0 commit comments