Skip to content

Commit e705387

Browse files
committed
翻译PG11 create_opclass.sgml
1 parent 0c63afb commit e705387

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

postgresql/doc/src/sgml/ref/create_opclass.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ doc/src/sgml/ref/create_opclass.sgml
33
PostgreSQL documentation
44
-->
55

6-
<refentry id="SQL-CREATEOPCLASS">
6+
<refentry id="sql-createopclass">
77
<!--==========================orignal english content==========================
88
<indexterm zone="sql-createopclass">
99
<primary>CREATE OPERATOR CLASS</primary>
@@ -70,7 +70,7 @@ ____________________________________________________________________________-->
7070
An operator class defines how a particular data type can be used with
7171
an index. The operator class specifies that certain operators will fill
7272
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
7474
be used by
7575
the index method when the operator class is selected for an
7676
index column. All the operators and functions used by an operator
@@ -81,7 +81,7 @@ ____________________________________________________________________________-->
8181
<command>CREATE OPERATOR CLASS</command>创建新的操作符类。
8282
一个操作符类定义一种特殊的数据类型如何被用于一个索引。操作符类指定为
8383
该数据类型和索引方法扮演特殊角色或者<quote>策略</quote>的操作符。操作符
84-
类还指定当该操作符类被选择用于一个索引列时,索引方法要使用的支持过程
84+
类还指定当该操作符类被选择用于一个索引列时,索引方法要使用的支持函数
8585
操作符类所使用的所有操作符和函数必须在操作符类被创建之前被定义好。
8686
</para>
8787

@@ -376,12 +376,12 @@ ____________________________________________________________________________-->
376376
<listitem>
377377
<!--==========================orignal english content==========================
378378
<para>
379-
The index method's support procedure number for a
379+
The index method's support function number for a
380380
function associated with the operator class.
381381
</para>
382382
____________________________________________________________________________-->
383383
<para>
384-
用于一个与该操作符类相关联的函数的索引方法支持过程编号
384+
用于一个与该操作符类相关联的函数的索引方法支持函数编号
385385
</para>
386386
</listitem>
387387
</varlistentry>
@@ -395,11 +395,11 @@ ____________________________________________________________________________-->
395395
<!--==========================orignal english content==========================
396396
<para>
397397
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.
399399
</para>
400400
____________________________________________________________________________-->
401401
<para>
402-
一个用于该操作符类的索引方法支持过程的函数名称(可以是
402+
一个用于该操作符类的索引方法支持函数的函数名称(可以是
403403
模式限定的)。
404404
</para>
405405
</listitem>

0 commit comments

Comments
 (0)