Skip to content

Commit 6a7feca

Browse files
committed
重新生成注释,并fix错误
1 parent 16d7121 commit 6a7feca

File tree

4 files changed

+285
-158
lines changed

4 files changed

+285
-158
lines changed

postgresql/doc/src/sgml/catalogs.sgml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2694,7 +2694,7 @@ ____________________________________________________________________________-->
26942694
</para>
26952695
<para>
26962696
The defined collation of the column, or zero if the column is
2697-
not of a collatable data type.
2697+
not of a collatable data type
26982698
</para></entry>
26992699
</row>
27002700
____________________________________________________________________________-->
@@ -4966,7 +4966,7 @@ ____________________________________________________________________________-->
49664966
(references <link linkend="catalog-pg-type"><structname>pg_type</structname></link>.<structfield>oid</structfield>)
49674967
</para>
49684968
<para>
4969-
The domain this constraint is on; 0 if not a domain constraint
4969+
The domain this constraint is on; zero if not a domain constraint
49704970
</para></entry>
49714971
</row>
49724972
____________________________________________________________________________-->
@@ -10142,7 +10142,7 @@ ____________________________________________________________________________-->
1014210142
(references <link linkend="catalog-pg-operator"><structname>pg_operator</structname></link>.<structfield>oid</structfield>)
1014310143
</para>
1014410144
<para>
10145-
Negator of this operator, (zero if none)
10145+
Negator of this operator (zero if none)
1014610146
</para></entry>
1014710147
</row>
1014810148
____________________________________________________________________________-->
@@ -11439,7 +11439,7 @@ ____________________________________________________________________________-->
1143911439
<structfield>proargmodes</structfield> <type>char[]</type>
1144011440
</para>
1144111441
<para>
11442-
An array of the data types of the function arguments. This include
11442+
An array of the modes of the function arguments, encoded as
1144311443
<literal>i</literal> for <literal>IN</literal> arguments,
1144411444
<literal>o</literal> for <literal>OUT</literal> arguments,
1144511445
<literal>b</literal> for <literal>INOUT</literal> arguments,
@@ -14257,7 +14257,6 @@ ____________________________________________________________________________-->
1425714257
<literal>m</literal> for most common values (MCV) list statistics, and
1425814258
<literal>e</literal> for expression statistics
1425914259
</para></entry>
14260-
</para></entry>
1426114260
</row>
1426214261
____________________________________________________________________________-->
1426314262
<row>
@@ -14663,7 +14662,7 @@ ____________________________________________________________________________-->
1466314662
<structfield>subenabled</structfield> <type>bool</type>
1466414663
</para>
1466514664
<para>
14666-
If true, the subscription is enabled and should be replicating.
14665+
If true, the subscription is enabled and should be replicating
1466714666
</para></entry>
1466814667
</row>
1466914668
____________________________________________________________________________-->
@@ -25021,7 +25020,7 @@ ____________________________________________________________________________-->
2502125020
(references <link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>.<structfield>rolname</structfield>)
2502225021
</para>
2502325022
<para>
25024-
Owner of the extended statistics
25023+
Owner of the extended statistics object
2502525024
</para></entry>
2502625025
</row>
2502725026
____________________________________________________________________________-->

postgresql/doc/src/sgml/config.sgml

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2583,6 +2583,16 @@ ____________________________________________________________________________-->
25832583
有效的版本为 <xref linkend="guc-ssl-min-protocol-version"/>, 添加一个空字符串,允许任何协议版本。
25842584
默认为允许任何版本。设置最大协议版本主要用于测试,或者某个组件在与较新的协议配合工作时出现了问题。
25852585
</para>
2586+
2587+
<!--==========================orignal english content==========================
2588+
<para>
2589+
This parameter can only be set in the <filename>postgresql.conf</filename>
2590+
file or on the server command line.
2591+
</para>
2592+
____________________________________________________________________________-->
2593+
<para>
2594+
此参数只能在<filename>postgresql.conf</filename>文件或服务器命令行中设置。
2595+
</para>
25862596
</listitem>
25872597
</varlistentry>
25882598

@@ -4267,7 +4277,7 @@ ____________________________________________________________________________-->
42674277
<!--==========================orignal english content==========================
42684278
<para>
42694279
When running a standby server, you must set this parameter to the
4270-
same or higher value than on the master server. Otherwise, queries
4280+
same or higher value than on the primary server. Otherwise, queries
42714281
will not be allowed in the standby server.
42724282
</para>
42734283
____________________________________________________________________________-->
@@ -14321,6 +14331,43 @@ ____________________________________________________________________________-->
1432114331
</listitem>
1432214332
</varlistentry>
1432314333

14334+
<varlistentry id="guc-transaction-isolation" xreflabel="transaction_isolation">
14335+
<!--==========================orignal english content==========================
14336+
<term><varname>transaction_isolation</varname> (<type>enum</type>)
14337+
<indexterm>
14338+
<primary>transaction isolation level</primary>
14339+
</indexterm>
14340+
<indexterm>
14341+
<primary><varname>transaction_isolation</varname> configuration parameter</primary>
14342+
</indexterm>
14343+
</term>
14344+
____________________________________________________________________________-->
14345+
<term><varname>transaction_isolation</varname> (<type>enum</type>)
14346+
<indexterm>
14347+
<primary>transaction isolation level</primary>
14348+
</indexterm>
14349+
<indexterm>
14350+
<primary><varname>transaction_isolation</varname>配置参数</primary>
14351+
</indexterm>
14352+
</term>
14353+
<listitem>
14354+
<!--==========================orignal english content==========================
14355+
<para>
14356+
This parameter reflects the current transaction's isolation level.
14357+
At the beginning of each transaction, it is set to the current value
14358+
of <xref linkend="guc-default-transaction-isolation"/>.
14359+
Any subsequent attempt to change it is equivalent to a <xref
14360+
linkend="sql-set-transaction"/> command.
14361+
</para>
14362+
____________________________________________________________________________-->
14363+
<para>
14364+
此参数反映当前事务的隔离级别。在每个事务开始时,它被设置为
14365+
<xref linkend="guc-default-transaction-isolation"/>的当前值。
14366+
任何后续更改它的尝试都相当于<xref linkend="sql-set-transaction"/>命令。
14367+
</para>
14368+
</listitem>
14369+
</varlistentry>
14370+
1432414371
<varlistentry id="guc-transaction-read-only" xreflabel="transaction_read_only">
1432514372
<!--==========================orignal english content==========================
1432614373
<term><varname>transaction_read_only</varname> (<type>boolean</type>)

0 commit comments

Comments
 (0)