postgresql/src/test/regress
Peter Eisentraut 5839052693 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
2013-01-31 22:31:58 -05:00
..
data
expected Add CREATE RECURSIVE VIEW syntax 2013-01-31 22:31:58 -05:00
input Code review for 64-bit-large-object patch. 2012-10-08 18:24:32 -04:00
output Code review for 64-bit-large-object patch. 2012-10-08 18:24:32 -04:00
sql Add CREATE RECURSIVE VIEW syntax 2013-01-31 22:31:58 -05:00
.gitignore
GNUmakefile Update copyrights for 2013 2013-01-01 17:15:01 -05:00
Makefile
parallel_schedule Support automatically-updatable views. 2012-12-08 18:26:21 -05:00
pg_regress_main.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
pg_regress.c pg_regress: Allow overriding diff options 2013-01-29 22:59:45 -05:00
pg_regress.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
regress.c Redesign the plancache mechanism for more flexibility and efficiency. 2011-09-16 00:43:52 -04:00
regressplans.sh
resultmap Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
serial_schedule Support automatically-updatable views. 2012-12-08 18:26:21 -05:00
standby_schedule