File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -891,15 +891,15 @@ ____________________________________________________________________________-->
891
891
<entry><type>ltree</type></entry>
892
892
<entry>longest common ancestor of paths
893
893
(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>
895
895
<entry><literal>1.2</literal></entry>
896
896
</row>
897
897
____________________________________________________________________________-->
898
898
<row>
899
899
<entry><function>lca(ltree, ltree, ...)</function><indexterm><primary>lca</primary></indexterm></entry>
900
900
<entry><type>ltree</type></entry>
901
901
<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>
903
903
<entry><literal>1.2</literal></entry>
904
904
</row>
905
905
Original file line number Diff line number Diff line change @@ -940,7 +940,7 @@ ____________________________________________________________________________-->
940
940
modulus-16 partitions covering the same portion of the key space (one with
941
941
a remainder equal to the remainder of the detached partition, and the
942
942
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 -− perhaps at a later time -− for
944
944
each modulus-8 partition until none remain. While this may still involve
945
945
a large amount of data movement at each step, it is still better than
946
946
having to create a whole new table and move all the data at once.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ ____________________________________________________________________________-->
44
44
<arg choice="opt"><replaceable class="parameter">option</replaceable></arg>
45
45
<group choice="opt">
46
46
<group choice="opt">
47
- <arg choice="plain"><option>-- pgdata</option></arg>
47
+ <arg choice="plain"><option>-− pgdata</option></arg>
48
48
<arg choice="plain"><option>-D</option></arg>
49
49
</group>
50
50
<replaceable class="parameter"> datadir</replaceable>
You can’t perform that action at this time.
0 commit comments