File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -1981,6 +1981,10 @@ GROUP BY region, product;
1981
1981
</para>
1982
1982
1983
1983
<para>
1984
+ <indexterm>
1985
+ <primary>RECURSIVE</primary>
1986
+ <secondary>in common table expressions</secondary>
1987
+ </indexterm>
1984
1988
The optional <literal>RECURSIVE</literal> modifier changes <literal>WITH</literal>
1985
1989
from a mere syntactic convenience into a feature that accomplishes
1986
1990
things not otherwise possible in standard SQL. Using
Original file line number Diff line number Diff line change @@ -82,7 +82,12 @@ CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] [ RECURSIVE ] VIEW <replaceable class
82
82
</varlistentry>
83
83
84
84
<varlistentry>
85
- <term><literal>RECURSIVE</literal></term>
85
+ <term><literal>RECURSIVE</literal>
86
+ <indexterm zone="sql-createview">
87
+ <primary>RECURSIVE</primary>
88
+ <secondary>in views</secondary>
89
+ </indexterm>
90
+ </term>
86
91
<listitem>
87
92
<para>
88
93
Creates a recursive view. The syntax
You can’t perform that action at this time.
0 commit comments