File tree 2 files changed +16
-10
lines changed 2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -65,6 +65,20 @@ ALTER OPERATOR FAMILY <replaceable>name</replaceable> USING <replaceable class="
65
65
66
66
<para>
67
67
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.
68
82
</para>
69
83
</refsect1>
70
84
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -62,14 +62,6 @@ CREATE OPERATOR FAMILY <replaceable class="parameter">name</replaceable> USING <
62
62
server.)
63
63
</para>
64
64
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
-
73
65
<para>
74
66
Refer to <xref linkend="xindex"> for further information.
75
67
</para>
You can’t perform that action at this time.
0 commit comments