Skip to content

Commit 81a4beb

Browse files
authored
Merge pull request #245 from jingsam/alter_opfamily
fix ref/alter_opfamily
2 parents 3fa712c + e9afd67 commit 81a4beb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

postgresql/doc/src/sgml/ref/alter_opfamily.sgml

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

6-
<refentry id="SQL-ALTEROPFAMILY">
6+
<refentry id="sql-alteropfamily">
77
<!--==========================orignal english content==========================
88
<indexterm zone="sql-alteropfamily">
99
<primary>ALTER OPERATOR FAMILY</primary>
@@ -350,7 +350,7 @@ ____________________________________________________________________________-->
350350
<listitem>
351351
<!--==========================orignal english content==========================
352352
<para>
353-
The index method's support procedure number for a
353+
The index method's support function number for a
354354
function associated with the operator family.
355355
</para>
356356
____________________________________________________________________________-->
@@ -369,12 +369,12 @@ ____________________________________________________________________________-->
369369
<!--==========================orignal english content==========================
370370
<para>
371371
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
373373
is specified, the name must be unique in its schema.
374374
</para>
375375
____________________________________________________________________________-->
376376
<para>
377-
作为该操作符族的一种索引方法支持过程的函数的名称(可以是模式限定的)。
377+
作为该操作符族的一种索引方法支持函数的函数名称(可以是模式限定的)。
378378
如果没有指定参数列表,则该名称必须在其模式中唯一。
379379
</para>
380380
</listitem>

0 commit comments

Comments
 (0)