postgresql/src/test/regress/output
Tom Lane 4447f0bcb6 Use less-generic names in matview.sql.
The original coding of this test used table and view names like "t",
"tv", "foo", etc.  This tended to interfere with doing simple manual
tests in the regression database; not to mention that it posed a
considerable risk of conflict with other regression test scripts.
Prefix these names with "mvtest_" to avoid such conflicts.

Also, change transiently-created role name to be "regress_xxx" per
discussions about being careful with regression-test role creation.
2016-04-15 13:04:17 -04:00
..
constraints.source Improve INSERT .. ON CONFLICT error message. 2015-10-13 15:33:07 -04:00
copy.source Do jsonb regression test input in the conventional way. 2014-03-23 20:18:06 -04:00
create_function_1.source Make CREATE TYPE print warnings if a datatype's I/O functions are volatile. 2014-11-05 11:44:06 -05:00
create_function_2.source Add STRICT to some C functions created by the regression tests. 2016-01-09 13:02:54 -05:00
largeobject_1.source Adjust largeobject regression test to leave a couple of LOs behind. 2014-06-12 17:51:47 -04:00
largeobject.source Adjust largeobject regression test to leave a couple of LOs behind. 2014-06-12 17:51:47 -04:00
misc.source Use less-generic names in matview.sql. 2016-04-15 13:04:17 -04:00
tablespace.source Use just one database connection in the "tablespace" test. 2014-11-12 07:33:17 -05:00