Skip to content

Commit b24ef5f

Browse files
committed
修正编译错误。注释中的 -- 改成 -−
1 parent 7fd6674 commit b24ef5f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

postgresql/doc/src/sgml/ltree.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -891,15 +891,15 @@ ____________________________________________________________________________-->
891891
<entry><type>ltree</type></entry>
892892
<entry>longest common ancestor of paths
893893
(up to 8 arguments supported)</entry>
894-
<entry><literal>lca('1.2.3','1.2.3.4.5.6')</literal></entry
894+
<entry><literal>lca('1.2.3','1.2.3.4.5.6')</literal></entry>
895895
<entry><literal>1.2</literal></entry>
896896
</row>
897897
____________________________________________________________________________-->
898898
<row>
899899
<entry><function>lca(ltree, ltree, ...)</function><indexterm><primary>lca</primary></indexterm></entry>
900900
<entry><type>ltree</type></entry>
901901
<entry>路径的最长公共祖先(最多支持 8 个参数)</entry>
902-
<entry><literal>lca('1.2.3','1.2.3.4.5.6')</literal></entry
902+
<entry><literal>lca('1.2.3','1.2.3.4.5.6')</literal></entry>
903903
<entry><literal>1.2</literal></entry>
904904
</row>
905905

postgresql/doc/src/sgml/ref/create_table.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ ____________________________________________________________________________-->
940940
modulus-16 partitions covering the same portion of the key space (one with
941941
a remainder equal to the remainder of the detached partition, and the
942942
other with a remainder equal to that value plus 8), and repopulate them
943-
with data. You can then repeat this -- perhaps at a later time -- for
943+
with data. You can then repeat this -&minus; perhaps at a later time -&minus; for
944944
each modulus-8 partition until none remain. While this may still involve
945945
a large amount of data movement at each step, it is still better than
946946
having to create a whole new table and move all the data at once.

postgresql/doc/src/sgml/ref/pg_controldata.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ____________________________________________________________________________-->
4444
<arg choice="opt"><replaceable class="parameter">option</replaceable></arg>
4545
<group choice="opt">
4646
<group choice="opt">
47-
<arg choice="plain"><option>--pgdata</option></arg>
47+
<arg choice="plain"><option>-&minus;pgdata</option></arg>
4848
<arg choice="plain"><option>-D</option></arg>
4949
</group>
5050
<replaceable class="parameter"> datadir</replaceable>

0 commit comments

Comments
 (0)