File tree Expand file tree Collapse file tree 2 files changed +16
-10
lines changed
Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/ref/alter_opfamily.sgml,v 1.2 2007/01/31 23:26:02 momjian Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/ref/alter_opfamily.sgml,v 1.3 2007/02/14 04:30:26 tgl Exp $
33PostgreSQL documentation
44-->
55
@@ -65,6 +65,20 @@ ALTER OPERATOR FAMILY <replaceable>name</replaceable> USING <replaceable class="
6565
6666 <para>
6767 You must be a superuser to use <command>ALTER OPERATOR FAMILY</>.
68+ (This restriction is made because an erroneous operator family definition
69+ could confuse or even crash the server.)
70+ </para>
71+
72+ <para>
73+ <command>ALTER OPERATOR FAMILY</command> does not presently check
74+ whether the operator family definition includes all the operators and
75+ functions required by the index method, nor whether the operators and
76+ functions form a self-consistent set. It is the user's
77+ responsibility to define a valid operator family.
78+ </para>
79+
80+ <para>
81+ Refer to <xref linkend="xindex"> for further information.
6882 </para>
6983 </refsect1>
7084
Original file line number Diff line number Diff line change 11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/ref/create_opfamily.sgml,v 1.2 2007/01/31 23:26:03 momjian Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/ref/create_opfamily.sgml,v 1.3 2007/02/14 04:30:26 tgl Exp $
33PostgreSQL documentation
44-->
55
@@ -62,14 +62,6 @@ CREATE OPERATOR FAMILY <replaceable class="parameter">name</replaceable> USING <
6262 server.)
6363 </para>
6464
65- <para>
66- <command>CREATE OPERATOR FAMILY</command> does not presently check
67- whether the operator family definition includes all the operators and
68- functions required by the index method, nor whether the operators and
69- functions form a self-consistent set. It is the user's
70- responsibility to define a valid operator family.
71- </para>
72-
7365 <para>
7466 Refer to <xref linkend="xindex"> for further information.
7567 </para>
You can’t perform that action at this time.
0 commit comments