@@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_opfamily.sgml
3
3
PostgreSQL documentation
4
4
-->
5
5
6
- <refentry id="SQL-ALTEROPFAMILY ">
6
+ <refentry id="sql-alteropfamily ">
7
7
<!--==========================orignal english content==========================
8
8
<indexterm zone="sql-alteropfamily">
9
9
<primary>ALTER OPERATOR FAMILY</primary>
@@ -350,7 +350,7 @@ ____________________________________________________________________________-->
350
350
<listitem>
351
351
<!--==========================orignal english content==========================
352
352
<para>
353
- The index method's support procedure number for a
353
+ The index method's support function number for a
354
354
function associated with the operator family.
355
355
</para>
356
356
____________________________________________________________________________-->
@@ -369,12 +369,12 @@ ____________________________________________________________________________-->
369
369
<!--==========================orignal english content==========================
370
370
<para>
371
371
The name (optionally schema-qualified) of a function that is an index
372
- method support procedure for the operator family. If no argument list
372
+ method support function for the operator family. If no argument list
373
373
is specified, the name must be unique in its schema.
374
374
</para>
375
375
____________________________________________________________________________-->
376
376
<para>
377
- 作为该操作符族的一种索引方法支持过程的函数的名称 (可以是模式限定的)。
377
+ 作为该操作符族的一种索引方法支持函数的函数名称 (可以是模式限定的)。
378
378
如果没有指定参数列表,则该名称必须在其模式中唯一。
379
379
</para>
380
380
</listitem>
0 commit comments