-
- Downloads
Add CREATE RECURSIVE VIEW syntax
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
Showing
- doc/src/sgml/ref/create_view.sgml 28 additions, 1 deletiondoc/src/sgml/ref/create_view.sgml
- src/backend/parser/gram.y 85 additions, 0 deletionssrc/backend/parser/gram.y
- src/test/regress/expected/with.out 30 additions, 0 deletionssrc/test/regress/expected/with.out
- src/test/regress/sql/with.sql 15 additions, 0 deletionssrc/test/regress/sql/with.sql
Loading
Please register or sign in to comment