File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -273,6 +273,14 @@ TABLE [ ONLY ] <replaceable class="parameter">table_name</replaceable> [ * ]
273
273
that are earlier in the <literal>WITH</literal> list.
274
274
</para>
275
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
+
276
284
<para>
277
285
The primary query and the <literal>WITH</literal> queries are all
278
286
(notionally) executed at the same time. This implies that the effects of
You can’t perform that action at this time.
0 commit comments