@@ -3,7 +3,7 @@ doc/src/sgml/ref/create_opclass.sgml
3
3
PostgreSQL documentation
4
4
-->
5
5
6
- <refentry id="SQL-CREATEOPCLASS ">
6
+ <refentry id="sql-createopclass ">
7
7
<!--==========================orignal english content==========================
8
8
<indexterm zone="sql-createopclass">
9
9
<primary>CREATE OPERATOR CLASS</primary>
@@ -70,7 +70,7 @@ ____________________________________________________________________________-->
70
70
An operator class defines how a particular data type can be used with
71
71
an index. The operator class specifies that certain operators will fill
72
72
particular roles or <quote>strategies</> for this data type and this
73
- index method. The operator class also specifies the support procedures to
73
+ index method. The operator class also specifies the support functions to
74
74
be used by
75
75
the index method when the operator class is selected for an
76
76
index column. All the operators and functions used by an operator
@@ -81,7 +81,7 @@ ____________________________________________________________________________-->
81
81
<command>CREATE OPERATOR CLASS</command>创建新的操作符类。
82
82
一个操作符类定义一种特殊的数据类型如何被用于一个索引。操作符类指定为
83
83
该数据类型和索引方法扮演特殊角色或者<quote>策略</quote>的操作符。操作符
84
- 类还指定当该操作符类被选择用于一个索引列时,索引方法要使用的支持过程 。
84
+ 类还指定当该操作符类被选择用于一个索引列时,索引方法要使用的支持函数 。
85
85
操作符类所使用的所有操作符和函数必须在操作符类被创建之前被定义好。
86
86
</para>
87
87
@@ -376,12 +376,12 @@ ____________________________________________________________________________-->
376
376
<listitem>
377
377
<!--==========================orignal english content==========================
378
378
<para>
379
- The index method's support procedure number for a
379
+ The index method's support function number for a
380
380
function associated with the operator class.
381
381
</para>
382
382
____________________________________________________________________________-->
383
383
<para>
384
- 用于一个与该操作符类相关联的函数的索引方法支持过程编号 。
384
+ 用于一个与该操作符类相关联的函数的索引方法支持函数编号 。
385
385
</para>
386
386
</listitem>
387
387
</varlistentry>
@@ -395,11 +395,11 @@ ____________________________________________________________________________-->
395
395
<!--==========================orignal english content==========================
396
396
<para>
397
397
The name (optionally schema-qualified) of a function that is an
398
- index method support procedure for the operator class.
398
+ index method support function for the operator class.
399
399
</para>
400
400
____________________________________________________________________________-->
401
401
<para>
402
- 一个用于该操作符类的索引方法支持过程的函数名称 (可以是
402
+ 一个用于该操作符类的索引方法支持函数的函数名称 (可以是
403
403
模式限定的)。
404
404
</para>
405
405
</listitem>
0 commit comments