Skip to content

Commit 679b7ab

Browse files
author
chegong18
committed
Update xoper.sgml-200704
——row5,调英为: <title>User-Defined Operators</title> ——row141至150,增英和翻为: <!--==========================orignal english content========================== <indexterm zone="xoper-optimization"> <primary>optimization information</primary> <secondary>for operators</secondary> </indexterm> ____________________________________________________________________________--> <indexterm zone="xoper-optimization"> <primary>optimization information</primary> <secondary>for operators</secondary> </indexterm> ——row181至191,增英和翻为: <!--==========================orignal english content========================== <para> It is also possible to attach a planner support function to the function that underlies an operator, providing another way of telling the system about the behavior of the operator. See <xref linkend="xfunc-optimization"/> for more information. </para> ____________________________________________________________________________--> <para> 还可以将计划器支持的函数附加到作为操作符基础的函数中,从而提供另一种向系统讲述操作符行为的方法。更多信息参见<xref linkend="xfunc-optimization"/>。 </para>
1 parent 0d91133 commit 679b7ab

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

postgresql/doc/src/sgml/xoper.sgml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<sect1 id="xoper">
44
<!--==========================orignal english content==========================
5-
<title>User-defined Operators</title>
5+
<title>User-Defined Operators</title>
66
____________________________________________________________________________-->
77
<title>用户定义的操作符</title>
88

@@ -138,6 +138,17 @@ ____________________________________________________________________________-->
138138
____________________________________________________________________________-->
139139
<title>操作符优化信息</title>
140140

141+
<!--==========================orignal english content==========================
142+
<indexterm zone="xoper-optimization">
143+
<primary>optimization information</primary>
144+
<secondary>for operators</secondary>
145+
</indexterm>
146+
____________________________________________________________________________-->
147+
<indexterm zone="xoper-optimization">
148+
<primary>optimization information</primary>
149+
<secondary>for operators</secondary>
150+
</indexterm>
151+
141152
<!--==========================orignal english content==========================
142153
<para>
143154
A <productname>PostgreSQL</productname> operator definition can include
@@ -167,6 +178,18 @@ ____________________________________________________________________________-->
167178
在<productname>PostgreSQL</productname>的未来版本中可能会增加更多的优化子句。这里描述的优化子句都是版本 &version; 能理解的。
168179
</para>
169180

181+
<!--==========================orignal english content==========================
182+
<para>
183+
It is also possible to attach a planner support function to the function
184+
that underlies an operator, providing another way of telling the system
185+
about the behavior of the operator.
186+
See <xref linkend="xfunc-optimization"/> for more information.
187+
</para>
188+
____________________________________________________________________________-->
189+
<para>
190+
还可以将计划器支持的函数附加到作为操作符基础的函数中,从而提供另一种向系统讲述操作符行为的方法。更多信息参见<xref linkend="xfunc-optimization"/>。
191+
</para>
192+
170193
<sect2>
171194
<!--==========================orignal english content==========================
172195
<title><literal>COMMUTATOR</literal></title>

0 commit comments

Comments
 (0)