File tree Expand file tree Collapse file tree 5 files changed +458
-9
lines changed Expand file tree Collapse file tree 5 files changed +458
-9
lines changed Original file line number Diff line number Diff line change @@ -241,19 +241,19 @@ HINT: Rebuild all objects affected by this collation and run ALTER COLLATION pg
241
241
some defense against corruption, but it is not completely reliable.
242
242
</para>
243
243
____________________________________________________________________________-->
244
- <pare >
244
+ <para >
245
245
使用 <literal>libc</literal> 提供的排序规则,并且 <productname>PostgreSQL</productname>
246
246
是使用GNU C库构建的,则将C库的版本用作排序规则版本。由于排序规则定义通常仅随GNU C库发行版而更改,
247
247
因此可以提供一些防止损坏的防御措施,但它并不是完全可靠的。
248
- </pare >
248
+ </para >
249
249
<!--==========================orignal english content==========================
250
250
<para>
251
251
Currently, there is no version tracking for the database default collation.
252
252
</para>
253
253
____________________________________________________________________________-->
254
- <pare >
254
+ <para >
255
255
当前,没有针对数据库默认排序规则的版本跟踪。
256
- </pare >
256
+ </para >
257
257
258
258
<!--==========================orignal english content==========================
259
259
<para>
Original file line number Diff line number Diff line change @@ -580,11 +580,11 @@ ____________________________________________________________________________-->
580
580
</variablelist>
581
581
</refsect2>
582
582
583
- <refsect2 id="sql-on-conflict"> xreflabel="ON CONFLICT Clause">
583
+ <refsect2 id="sql-on-conflict" xreflabel="ON CONFLICT Clause">
584
584
<!--==========================orignal english content==========================
585
- <title id="sql-on-conflict-title" ><literal>ON CONFLICT</literal> Clause</title>
585
+ <title><literal>ON CONFLICT</literal> Clause</title>
586
586
____________________________________________________________________________-->
587
- <title id="sql-on-conflict-title" ><literal>ON CONFLICT</literal> 子句</title>
587
+ <title><literal>ON CONFLICT</literal> 子句</title>
588
588
<!--==========================orignal english content==========================
589
589
<indexterm zone="sql-insert">
590
590
<primary>UPSERT</primary>
Original file line number Diff line number Diff line change @@ -2316,7 +2316,7 @@ ____________________________________________________________________________-->
2316
2316
</para>
2317
2317
____________________________________________________________________________-->
2318
2318
<para>
2319
- 在基于非片段的标题生成中,<function>ts_headline</function>为给定的<replaceable class="parameter">query</replaceable>查询查找匹配项 ,并选择一个要显示的匹配项,优先选择在允许标题长度内具有更多查询词的匹配项。
2319
+ 在基于非片段的标题生成中,<function>ts_headline</function>为给定的<replaceable class="parameter">query</replaceable>查找匹配项 ,并选择一个要显示的匹配项,优先选择在允许标题长度内具有更多查询词的匹配项。
2320
2320
在基于片段的标题生成中,<function>ts_headline</function>定位查询匹配项,并将每个匹配项拆分为<quote>fragments</quote>,每个匹配项不超过<literal>MaxWords</literal>个词,首选具有更多查询词的片段,并且在可能的情况下<quote>拉伸</quote>片段以包括周围的词。 因此,当查询匹配跨越文档的大部分时,或者当需要显示多个匹配时,基于片段的模式更有用。 在任一模式下,如果无法识别查询匹配项,则将显示文档中前 <literal>MinWords</literal> 单词的单个片段。
2321
2321
</para>
2322
2322
Original file line number Diff line number Diff line change @@ -893,9 +893,9 @@ ____________________________________________________________________________-->
893
893
<title>Hash Support Functions</title>
894
894
____________________________________________________________________________-->
895
895
<title>哈希支持函数</title>
896
+ <tgroup cols="2">
896
897
<colspec colname="col1" colwidth="3*"/>
897
898
<colspec colname="col2" colwidth="1*"/>
898
- <tgroup cols="2">
899
899
<thead>
900
900
<!--==========================orignal english content==========================
901
901
<row>
You can’t perform that action at this time.
0 commit comments