Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions postgresql/doc/src/sgml/ref/alter_opfamily.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_opfamily.sgml
PostgreSQL documentation
-->

<refentry id="SQL-ALTEROPFAMILY">
<refentry id="sql-alteropfamily">
<!--==========================orignal english content==========================
<indexterm zone="sql-alteropfamily">
<primary>ALTER OPERATOR FAMILY</primary>
Expand Down Expand Up @@ -350,7 +350,7 @@ ____________________________________________________________________________-->
<listitem>
<!--==========================orignal english content==========================
<para>
The index method's support procedure number for a
The index method's support function number for a
function associated with the operator family.
</para>
____________________________________________________________________________-->
Expand All @@ -369,12 +369,12 @@ ____________________________________________________________________________-->
<!--==========================orignal english content==========================
<para>
The name (optionally schema-qualified) of a function that is an index
method support procedure for the operator family. If no argument list
method support function for the operator family. If no argument list
is specified, the name must be unique in its schema.
</para>
____________________________________________________________________________-->
<para>
作为该操作符族的一种索引方法支持过程的函数的名称(可以是模式限定的)。
作为该操作符族的一种索引方法支持函数的函数名称(可以是模式限定的)。
如果没有指定参数列表,则该名称必须在其模式中唯一。
</para>
</listitem>
Expand Down