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 d30e0ed commit f115590Copy full SHA for f115590
doc/src/sgml/ref/select.sgml
@@ -281,6 +281,14 @@ TABLE [ ONLY ] <replaceable class="parameter">table_name</replaceable> [ * ]
281
reads all or any of their output.
282
</para>
283
284
+ <para>
285
+ When there are multiple queries in the <literal>WITH</literal>
286
+ clause, <literal>RECURSIVE</literal> should be written only once,
287
+ immediately after <literal>WITH</literal>. It applies to all queries
288
+ in the <literal>WITH</literal> clause, though it has no effect on
289
+ queries that do not use recursion or forward references.
290
+ </para>
291
+
292
<para>
293
The primary query and the <literal>WITH</literal> queries are all
294
(notionally) executed at the same time. This implies that the effects of
0 commit comments