Commit a5db2741 authored by Alvaro Herrera's avatar Alvaro Herrera

Add RECURSIVE to documentation index

Author: Daniel Vérité <daniel@manitou-mail.org>
Reviewed-by: default avatarFabien COELHO <coelho@cri.ensmp.fr>
Discussion: https://postgr.es/m/76d905d7-7eb7-4574-b6ec-a0ca3a1523c0@manitou-mail.org
parent 8694a1ce
...@@ -1981,6 +1981,10 @@ GROUP BY region, product; ...@@ -1981,6 +1981,10 @@ GROUP BY region, product;
</para> </para>
<para> <para>
<indexterm>
<primary>RECURSIVE</primary>
<secondary>in common table expressions</secondary>
</indexterm>
The optional <literal>RECURSIVE</literal> modifier changes <literal>WITH</literal> The optional <literal>RECURSIVE</literal> modifier changes <literal>WITH</literal>
from a mere syntactic convenience into a feature that accomplishes from a mere syntactic convenience into a feature that accomplishes
things not otherwise possible in standard SQL. Using things not otherwise possible in standard SQL. Using
......
...@@ -82,7 +82,12 @@ CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] [ RECURSIVE ] VIEW <replaceable class ...@@ -82,7 +82,12 @@ CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] [ RECURSIVE ] VIEW <replaceable class
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><literal>RECURSIVE</literal></term> <term><literal>RECURSIVE</literal>
<indexterm zone="sql-createview">
<primary>RECURSIVE</primary>
<secondary>in views</secondary>
</indexterm>
</term>
<listitem> <listitem>
<para> <para>
Creates a recursive view. The syntax Creates a recursive view. The syntax
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment