|
2 | 2 |
|
3 | 3 | <sect1 id="xoper">
|
4 | 4 | <!--==========================orignal english content==========================
|
5 |
| - <title>User-defined Operators</title> |
| 5 | + <title>User-Defined Operators</title> |
6 | 6 | ____________________________________________________________________________-->
|
7 | 7 | <title>用户定义的操作符</title>
|
8 | 8 |
|
@@ -138,6 +138,17 @@ ____________________________________________________________________________-->
|
138 | 138 | ____________________________________________________________________________-->
|
139 | 139 | <title>操作符优化信息</title>
|
140 | 140 |
|
| 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 | + |
141 | 152 | <!--==========================orignal english content==========================
|
142 | 153 | <para>
|
143 | 154 | A <productname>PostgreSQL</productname> operator definition can include
|
@@ -167,6 +178,18 @@ ____________________________________________________________________________-->
|
167 | 178 | 在<productname>PostgreSQL</productname>的未来版本中可能会增加更多的优化子句。这里描述的优化子句都是版本 &version; 能理解的。
|
168 | 179 | </para>
|
169 | 180 |
|
| 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 | + |
170 | 193 | <sect2>
|
171 | 194 | <!--==========================orignal english content==========================
|
172 | 195 | <title><literal>COMMUTATOR</literal></title>
|
|
0 commit comments