mirror of
https://github.com/postgres/postgres.git
synced 2025-11-17 00:02:52 -05:00
This is specified in the SQL standard. The CREATE RECURSIVE VIEW specification is transformed into a normal CREATE VIEW statement with a WITH RECURSIVE clause. reviewed by Abhijit Menon-Sen and Stephen Frost