mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Add RECURSIVE to documentation index
Author: Daniel Vérité <daniel@manitou-mail.org> Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr> Discussion: https://postgr.es/m/76d905d7-7eb7-4574-b6ec-a0ca3a1523c0@manitou-mail.org
This commit is contained in:
@@ -82,7 +82,12 @@ CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] [ RECURSIVE ] VIEW <replaceable class
|
||||
</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>
|
||||
<para>
|
||||
Creates a recursive view. The syntax
|
||||
|
Reference in New Issue
Block a user