mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Minor editorialization on operator-family documentation: put some
copied-and-pasted text in a more useful location.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_opfamily.sgml,v 1.2 2007/01/31 23:26:02 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_opfamily.sgml,v 1.3 2007/02/14 04:30:26 tgl Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@@ -65,6 +65,20 @@ ALTER OPERATOR FAMILY <replaceable>name</replaceable> USING <replaceable class="
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
You must be a superuser to use <command>ALTER OPERATOR FAMILY</>.
|
You must be a superuser to use <command>ALTER OPERATOR FAMILY</>.
|
||||||
|
(This restriction is made because an erroneous operator family definition
|
||||||
|
could confuse or even crash the server.)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<command>ALTER OPERATOR FAMILY</command> does not presently check
|
||||||
|
whether the operator family definition includes all the operators and
|
||||||
|
functions required by the index method, nor whether the operators and
|
||||||
|
functions form a self-consistent set. It is the user's
|
||||||
|
responsibility to define a valid operator family.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Refer to <xref linkend="xindex"> for further information.
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/ref/create_opfamily.sgml,v 1.2 2007/01/31 23:26:03 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/ref/create_opfamily.sgml,v 1.3 2007/02/14 04:30:26 tgl Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@@ -62,14 +62,6 @@ CREATE OPERATOR FAMILY <replaceable class="parameter">name</replaceable> USING <
|
|||||||
server.)
|
server.)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
<command>CREATE OPERATOR FAMILY</command> does not presently check
|
|
||||||
whether the operator family definition includes all the operators and
|
|
||||||
functions required by the index method, nor whether the operators and
|
|
||||||
functions form a self-consistent set. It is the user's
|
|
||||||
responsibility to define a valid operator family.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Refer to <xref linkend="xindex"> for further information.
|
Refer to <xref linkend="xindex"> for further information.
|
||||||
</para>
|
</para>
|
||||||
|
Reference in New Issue
Block a user