@@ -1596,7 +1596,7 @@ ____________________________________________________________________________-->
1596
1596
</para>
1597
1597
____________________________________________________________________________-->
1598
1598
<para>
1599
- 对于那些希望从任何以前的版本迁移数据的人来说,需要使用<xref linkend="app-pg-dumpall"/>进行转储/恢复,或者使用<xref linkend="pgupgrade"/>或逻辑复制。 关于迁移到新的主要版本的一般信息,请参见<xref linkend="upgrade "/>。
1599
+ 对于那些希望从任何以前的版本迁移数据的人来说,需要使用<xref linkend="app-pg-dumpall"/>进行转储/恢复,或者使用<xref linkend="pgupgrade"/>或逻辑复制。 关于迁移到新的主要版本的一般信息,请参见<xref linkend="upgrading "/>。
1600
1600
</para>
1601
1601
1602
1602
<!--==========================orignal english content==========================
@@ -1625,7 +1625,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
1625
1625
</para>
1626
1626
____________________________________________________________________________-->
1627
1627
<para>
1628
- 改变<link linkend="function -similarto-regexp"><command>SIMILAR TO ... ESCAPE NULL</command></link>以返回<literal>NULL</literal>。
1628
+ 改变<link linkend="functions -similarto-regexp"><command>SIMILAR TO ... ESCAPE NULL</command></link>以返回<literal>NULL</literal>。
1629
1629
(Tom Lane)
1630
1630
</para>
1631
1631
@@ -1661,7 +1661,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
1661
1661
</para>
1662
1662
____________________________________________________________________________-->
1663
1663
<para>
1664
- 让<link linkend="textearch -functions-table"><function>json[b]_to_tsvector()</function></link>完全检查其<literal>string</literal>选项的拼写。
1664
+ 让<link linkend="textsearch -functions-table"><function>json[b]_to_tsvector()</function></link>完全检查其<literal>string</literal>选项的拼写。
1665
1665
(Dominik Czarnota)
1666
1666
</para>
1667
1667
</listitem>
@@ -2080,7 +2080,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
2080
2080
</para>
2081
2081
____________________________________________________________________________-->
2082
2082
<para>
2083
- 允许<link linkend="guc-enable-partition -join">partitionwise joins</link>在更多情况下发生。 (Ashutosh Bapat, Etsuro Fujita,
2083
+ 允许<link linkend="guc-enable-partitionwise -join">partitionwise joins</link>在更多情况下发生。 (Ashutosh Bapat, Etsuro Fujita,
2084
2084
Amit Langote, Tom Lane)
2085
2085
</para>
2086
2086
@@ -2338,7 +2338,7 @@ ____________________________________________________________________________-->
2338
2338
</para>
2339
2339
____________________________________________________________________________-->
2340
2340
<para>
2341
- 在四字节和八字节的<link linkend="intarray">integer array</link>、<link linkend="textearch ">tsvector</link>、<xref linkend="pgtrgm"/>、<xref linkend="ltree"/>和<xref linkend="hstore"/>列上创建的索引现在可以控制这些GiST索引参数,而不是使用默认值。
2341
+ 在四字节和八字节的<link linkend="intarray">integer array</link>、<link linkend="textsearch ">tsvector</link>、<xref linkend="pgtrgm"/>、<xref linkend="ltree"/>和<xref linkend="hstore"/>列上创建的索引现在可以控制这些GiST索引参数,而不是使用默认值。
2342
2342
</para>
2343
2343
</listitem>
2344
2344
@@ -2470,7 +2470,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
2470
2470
</para>
2471
2471
____________________________________________________________________________-->
2472
2472
<para>
2473
- 允许对OR子句和<link linkend="function -subquery">IN</link>/<literal>ANY</literal>常数列表使用扩展的统计对象 (Pierre Ducroquet, Tomas Vondra)
2473
+ 允许对OR子句和<link linkend="functions -subquery">IN</link>/<literal>ANY</literal>常数列表使用扩展的统计对象 (Pierre Ducroquet, Tomas Vondra)
2474
2474
</para>
2475
2475
</listitem>
2476
2476
@@ -2658,7 +2658,7 @@ ____________________________________________________________________________-->
2658
2658
</para>
2659
2659
____________________________________________________________________________-->
2660
2660
<para>
2661
- 如果有必要,可以用新的参数<xref linkend="guc-autovacuum-vacuum-insert-threshold"/>和<xref linkend="guc-autovacuum-insert-scale-factor"/>来调整这种行为,或者用相应的表格存储选项。
2661
+ 如果有必要,可以用新的参数<xref linkend="guc-autovacuum-vacuum-insert-threshold"/>和<xref linkend="guc-autovacuum-vacuum- insert-scale-factor"/>来调整这种行为,或者用相应的表格存储选项。
2662
2662
</para>
2663
2663
</listitem>
2664
2664
@@ -4100,7 +4100,7 @@ Author: Andrew Dunstan <andrew@dunslane.net>
4100
4100
</para>
4101
4101
____________________________________________________________________________-->
4102
4102
<para>
4103
- 增加<link linkend="function -json-processing-table"><function>jsonb_set()</function></link>的替代版本,改进了<literal>NULL</literal>的处理。 (Andrew Dunstan)
4103
+ 增加<link linkend="functions -json-processing-table"><function>jsonb_set()</function></link>的替代版本,改进了<literal>NULL</literal>的处理。 (Andrew Dunstan)
4104
4104
</para>
4105
4105
4106
4106
<!--==========================orignal english content==========================
@@ -4132,7 +4132,7 @@ Author: Alexander Korotkov <akorotkov@postgresql.org>
4132
4132
</para>
4133
4133
____________________________________________________________________________-->
4134
4134
<para>
4135
- 添加jsonpath <link linkend="function -sqljs-path-operators">.<function>datetime()</function></link>方法。 (Nikita Glukhov, Teodor Sigaev, Oleg Bartunov, Alexander
4135
+ 添加jsonpath <link linkend="functions -sqljs-path-operators">.<function>datetime()</function></link>方法。 (Nikita Glukhov, Teodor Sigaev, Oleg Bartunov, Alexander
4136
4136
Korotkov)
4137
4137
</para>
4138
4138
@@ -4166,7 +4166,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
4166
4166
</para>
4167
4167
____________________________________________________________________________-->
4168
4168
<para>
4169
- 添加<acronym>SQL</acronym>函数<link linkend="function -string-sql"><literal>NORMALIZE</literal>()</link>来规范Unicode字符串,以及<link linkend="collation-nondeterministic"><literal>IS NORMALIZED</literal></link>来检查是否规范化 (Peter Eisentraut)
4169
+ 添加<acronym>SQL</acronym>函数<link linkend="functions -string-sql"><literal>NORMALIZE</literal>()</link>来规范Unicode字符串,以及<link linkend="collation-nondeterministic"><literal>IS NORMALIZED</literal></link>来检查是否规范化 (Peter Eisentraut)
4170
4170
</para>
4171
4171
</listitem>
4172
4172
@@ -4235,7 +4235,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
4235
4235
</para>
4236
4236
____________________________________________________________________________-->
4237
4237
<para>
4238
- 允许<link linkend="function -formatting"><function>to_date()</function></link>和<function>to_timestamp()</function>识别非英文月/日名称 (Juan José Santamaría Flecha, Tom Lane)
4238
+ 允许<link linkend="functions -formatting"><function>to_date()</function></link>和<function>to_timestamp()</function>识别非英文月/日名称 (Juan José Santamaría Flecha, Tom Lane)
4239
4239
</para>
4240
4240
4241
4241
<!--==========================orignal english content==========================
@@ -4246,7 +4246,7 @@ ____________________________________________________________________________-->
4246
4246
</para>
4247
4247
____________________________________________________________________________-->
4248
4248
<para>
4249
- 识别的名称与<link linkend="function -formatting"><function>to_char()</function></link>输出的名称相同,格式模式相同。
4249
+ 识别的名称与<link linkend="functions -formatting"><function>to_char()</function></link>输出的名称相同,格式模式相同。
4250
4250
</para>
4251
4251
</listitem>
4252
4252
@@ -4314,7 +4314,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
4314
4314
</para>
4315
4315
____________________________________________________________________________-->
4316
4316
<para>
4317
- 添加函数<link linkend="function -uuid"><function>gen_random_uuid()</function></link>以生成第4版UUIDs (Peter Eisentraut)
4317
+ 添加函数<link linkend="functions -uuid"><function>gen_random_uuid()</function></link>以生成第4版UUIDs (Peter Eisentraut)
4318
4318
</para>
4319
4319
4320
4320
<!--==========================orignal english content==========================
@@ -4344,7 +4344,7 @@ Author: Dean Rasheed <dean.a.rasheed@gmail.com>
4344
4344
</para>
4345
4345
____________________________________________________________________________-->
4346
4346
<para>
4347
- 增加最大公倍数(<link linkend="function -math-func-table"><function>gcd</function></link>)和最小公倍数(<function>lcm</function>)函数 (Vik
4347
+ 增加最大公倍数(<link linkend="functions -math-func-table"><function>gcd</function></link>)和最小公倍数(<function>lcm</function>)函数 (Vik
4348
4348
Fearing)
4349
4349
</para>
4350
4350
</listitem>
@@ -4366,7 +4366,7 @@ Author: Dean Rasheed <dean.a.rasheed@gmail.com>
4366
4366
</para>
4367
4367
____________________________________________________________________________-->
4368
4368
<para>
4369
- 提高<type>numeric</type>类型的<link linkend="function -math-func-table">平方根</link>(<function>sqrt</function>)和自然对数(<function>ln</function>)函数的性能和准确性。 (Dean Rasheed)
4369
+ 提高<type>numeric</type>类型的<link linkend="functions -math-func-table">平方根</link>(<function>sqrt</function>)和自然对数(<function>ln</function>)函数的性能和准确性。 (Dean Rasheed)
4370
4370
</para>
4371
4371
</listitem>
4372
4372
@@ -4386,7 +4386,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
4386
4386
</para>
4387
4387
____________________________________________________________________________-->
4388
4388
<para>
4389
- 添加函数 <link linkend="function -math-func-table"><function>min_scale()</function></link>,该函数返回小数点右边的数字数量,这些数字是完全精确地表示<type>numeric</type>值所需要的。 (Pavel Stehule)
4389
+ 添加函数 <link linkend="functions -math-func-table"><function>min_scale()</function></link>,该函数返回小数点右边的数字数量,这些数字是完全精确地表示<type>numeric</type>值所需要的。 (Pavel Stehule)
4390
4390
</para>
4391
4391
</listitem>
4392
4392
@@ -4405,7 +4405,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
4405
4405
</para>
4406
4406
____________________________________________________________________________-->
4407
4407
<para>
4408
- 添加函数 <link linkend="function -math-func-table"><function>trim_scale()</function></link>,通过删除尾部的零来减少<type>numeric</type>值的比例。 (Pavel Stehule)
4408
+ 添加函数 <link linkend="functions -math-func-table"><function>trim_scale()</function></link>,通过删除尾部的零来减少<type>numeric</type>值的比例。 (Pavel Stehule)
4409
4409
</para>
4410
4410
</listitem>
4411
4411
@@ -4422,7 +4422,7 @@ Author: Alexander Korotkov <akorotkov@postgresql.org>
4422
4422
</para>
4423
4423
____________________________________________________________________________-->
4424
4424
<para>
4425
- 添加<link linkend="function -geometry-op-table">距离运算符的换算器</link>。 (Nikita Glukhov)
4425
+ 添加<link linkend="functions -geometry-op-table">距离运算符的换算器</link>。 (Nikita Glukhov)
4426
4426
</para>
4427
4427
4428
4428
<!--==========================orignal english content==========================
@@ -4452,7 +4452,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
4452
4452
</para>
4453
4453
____________________________________________________________________________-->
4454
4454
<para>
4455
- 创建所有<link linkend="function -pg-snapshot">transaction ID函数的<type>xid8</type>版本</link>。
4455
+ 创建所有<link linkend="functions -pg-snapshot">transaction ID函数的<type>xid8</type>版本</link>。
4456
4456
(Thomas Munro)
4457
4457
</para>
4458
4458
@@ -4482,7 +4482,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
4482
4482
</para>
4483
4483
____________________________________________________________________________-->
4484
4484
<para>
4485
- 允许<link linkend="function -binarystring-other"><function>get_bit()</function></link>和<function>set_bit()</function>设置<type>bytea</type>值的前256MB以外的位。 (Movead Li)
4485
+ 允许<link linkend="functions -binarystring-other"><function>get_bit()</function></link>和<function>set_bit()</function>设置<type>bytea</type>值的前256MB以外的位。 (Movead Li)
4486
4486
</para>
4487
4487
</listitem>
4488
4488
@@ -4499,7 +4499,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
4499
4499
</para>
4500
4500
____________________________________________________________________________-->
4501
4501
<para>
4502
- 允许<link linkend="function -advisory-locks">advisory-lock函数</link>在某些并行操作中使用 (Tom Lane)
4502
+ 允许<link linkend="functions -advisory-locks">advisory-lock函数</link>在某些并行操作中使用 (Tom Lane)
4503
4503
</para>
4504
4504
</listitem>
4505
4505
@@ -5459,7 +5459,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
5459
5459
</para>
5460
5460
____________________________________________________________________________-->
5461
5461
<para>
5462
- 重新格式化包含<link linkend="function ">函数和操作符信息</link>的表格,使之更加清晰。(Tom Lane)
5462
+ 重新格式化包含<link linkend="functions ">函数和操作符信息</link>的表格,使之更加清晰。(Tom Lane)
5463
5463
</para>
5464
5464
</listitem>
5465
5465
@@ -5556,7 +5556,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
5556
5556
</para>
5557
5557
____________________________________________________________________________-->
5558
5558
<para>
5559
- 更新<link linkend="textearch -snowball-dictionary">Snowball stemmer</link>全文搜索使用的词典 (Panagiotis
5559
+ 更新<link linkend="textsearch -snowball-dictionary">Snowball stemmer</link>全文搜索使用的词典 (Panagiotis
5560
5560
Mavrogiorgos)
5561
5561
</para>
5562
5562
0 commit comments