diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml
index 06d611b64c..691e402803 100644
--- a/doc/src/sgml/ref/select.sgml
+++ b/doc/src/sgml/ref/select.sgml
@@ -273,6 +273,14 @@ TABLE [ ONLY ] table_name [ * ]
that are earlier in the WITH list.
+
+ When there are multiple queries in the WITH
+ clause, RECURSIVE should be written only once,
+ immediately after WITH. It applies to all queries
+ in the WITH clause, though it has no effect on
+ queries that do not use recursion or forward references.
+
+
The primary query and the WITH queries are all
(notionally) executed at the same time. This implies that the effects of