diff --git a/doc/src/sgml/ref/alter_opfamily.sgml b/doc/src/sgml/ref/alter_opfamily.sgml
index 31d77fcf0c8..cbb1c7b2786 100644
--- a/doc/src/sgml/ref/alter_opfamily.sgml
+++ b/doc/src/sgml/ref/alter_opfamily.sgml
@@ -1,5 +1,5 @@
@@ -65,6 +65,20 @@ ALTER OPERATOR FAMILY name USING for further information.
diff --git a/doc/src/sgml/ref/create_opfamily.sgml b/doc/src/sgml/ref/create_opfamily.sgml
index ee40196a473..20fd1ba123a 100644
--- a/doc/src/sgml/ref/create_opfamily.sgml
+++ b/doc/src/sgml/ref/create_opfamily.sgml
@@ -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.