mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03: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