]> granicus.if.org Git - postgresql/commit
Add CREATE RECURSIVE VIEW syntax
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 1 Feb 2013 03:31:58 +0000 (22:31 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 1 Feb 2013 03:31:58 +0000 (22:31 -0500)
commit583905269378bf41c24585773885b1e226a998ce
tree0e71e7a73c716f1b6fc00840af5642dd73fd2878
parentb1980f6d03f79ab57da8f32aa8cd9677dbe1d58f
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
doc/src/sgml/ref/create_view.sgml
src/backend/parser/gram.y
src/test/regress/expected/with.out
src/test/regress/sql/with.sql