mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +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:
@@ -1981,6 +1981,10 @@ GROUP BY region, product;
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<indexterm>
|
||||
<primary>RECURSIVE</primary>
|
||||
<secondary>in common table expressions</secondary>
|
||||
</indexterm>
|
||||
The optional <literal>RECURSIVE</literal> modifier changes <literal>WITH</literal>
|
||||
from a mere syntactic convenience into a feature that accomplishes
|
||||
things not otherwise possible in standard SQL. Using
|
||||
|
Reference in New Issue
Block a user