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 e5df9bb commit 6e8516eCopy full SHA for 6e8516e
doc/src/sgml/ref/select.sgml
@@ -271,6 +271,14 @@ TABLE [ ONLY ] <replaceable class="parameter">table_name</replaceable> [ * ]
271
reads all or any of their output.
272
</para>
273
274
+ <para>
275
+ When there are multiple queries in the <literal>WITH</literal>
276
+ clause, <literal>RECURSIVE</literal> should be written only once,
277
+ immediately after <literal>WITH</literal>. It applies to all queries
278
+ in the <literal>WITH</literal> clause, though it has no effect on
279
+ queries that do not use recursion or forward references.
280
+ </para>
281
+
282
<para>
283
The primary query and the <literal>WITH</literal> queries are all
284
(notionally) executed at the same time. This implies that the effects of
0 commit comments