We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787b3fd commit 5b80588Copy full SHA for 5b80588
doc/src/sgml/ref/select.sgml
@@ -273,6 +273,14 @@ TABLE [ ONLY ] <replaceable class="parameter">table_name</replaceable> [ * ]
273
that are earlier in the <literal>WITH</literal> list.
274
</para>
275
276
+ <para>
277
+ When there are multiple queries in the <literal>WITH</literal>
278
+ clause, <literal>RECURSIVE</literal> should be written only once,
279
+ immediately after <literal>WITH</literal>. It applies to all queries
280
+ in the <literal>WITH</literal> clause, though it has no effect on
281
+ queries that do not use recursion or forward references.
282
+ </para>
283
+
284
<para>
285
The primary query and the <literal>WITH</literal> queries are all
286
(notionally) executed at the same time. This implies that the effects of
0 commit comments