diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml
index b4cd7e5d79..cccbfd2da6 100644
--- a/doc/src/sgml/ref/alter_table.sgml
+++ b/doc/src/sgml/ref/alter_table.sgml
@@ -1,5 +1,5 @@
@@ -451,9 +451,7 @@ where action is one of:
The name (possibly schema-qualified) of an existing table to
alter. If ONLY> is specified, only that table is
altered. If ONLY> is not specified, the table and any
- descendant tables are altered. The default can be changed
- using the configuration parameter .
+ descendant tables are altered.
diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml
index 7e58aa5982..9675adcbf8 100644
--- a/doc/src/sgml/ref/select.sgml
+++ b/doc/src/sgml/ref/select.sgml
@@ -1,5 +1,5 @@
@@ -271,9 +271,7 @@ TABLE { [ ONLY ] table_name [ * ] |
The name (optionally schema-qualified) of an existing table or
view. If ONLY> is specified, only that table is
scanned. If ONLY> is not specified, the table and
- any descendant tables are scanned. The default
- behavior can be changed using the configuration option.
+ any descendant tables are scanned.