diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml
index ec4ca01cd16..d8d4c3c53ef 100644
--- a/doc/src/sgml/queries.sgml
+++ b/doc/src/sgml/queries.sgml
@@ -143,11 +143,13 @@ FROM table_reference , table_r
- Instead of writing ONLY before the table name, you can write
- * after the table name to explicitly specify that descendant
- tables are included. There is no real reason to use this syntax any more,
- because searching descendant tables is now always the default behavior.
- However, it is supported for compatibility with older releases.
+ You can write * after the table name to explicitly
+ specify that descendant tables are included, which is the opposite of
+ ONLY. There is no real reason to write
+ * any more, because searching descendant tables has
+ been the default behavior since PostgreSQL
+ version 10. However, it remains supported for compatibility with older
+ releases.