Minor editorialization on operator-family documentation: put some
authorTom Lane
Wed, 14 Feb 2007 04:30:26 +0000 (04:30 +0000)
committerTom Lane
Wed, 14 Feb 2007 04:30:26 +0000 (04:30 +0000)
copied-and-pasted text in a more useful location.

doc/src/sgml/ref/alter_opfamily.sgml
doc/src/sgml/ref/create_opfamily.sgml

index 31d77fcf0c8a1093ea0d429531fac464779a71f0..cbb1c7b27860f5aa1502d5621ab0a84e6fd2220a 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -65,6 +65,20 @@ ALTER OPERATOR FAMILY name USING 
 
   
    You must be a superuser to use ALTER OPERATOR FAMILY.
+   (This restriction is made because an erroneous operator family definition
+   could confuse or even crash the server.)
+  
+
+  
+   ALTER OPERATOR FAMILY 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.
+  
+
+  
+   Refer to  for further information.
   
  
   
index ee40196a473eeec72e344e0f8805782af63cd08d..20fd1ba123aa0e3f1bd13e92a549b024a784c747 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -62,14 +62,6 @@ CREATE OPERATOR FAMILY name USING <
    server.)
   
 
-  
-   CREATE OPERATOR FAMILY 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.
-  
-
   
    Refer to  for further information.