postgresql/src/test
Tom Lane 2cf48ca04b Extend CREATE DATABASE to allow selection of a template database to be
cloned, rather than always cloning template1.  Modify initdb to generate
two identical databases rather than one, template0 and template1.
Connections to template0 are disallowed, so that it will always remain
in its virgin as-initdb'd state.  pg_dumpall now dumps databases with
restore commands that say CREATE DATABASE foo WITH TEMPLATE = template0.
This allows proper behavior when there is user-added data in template1.
initdb forced!
2000-11-14 18:37:49 +00:00
..
bench Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
examples Add some modicum of error detection... 2000-10-24 00:08:02 +00:00
locale Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
mb Remove configure check for how to abbreviate 'tr A-Z a-z', and instead 2000-05-16 02:14:15 +00:00
performance Remove more -B parameters not needed. 1999-05-23 19:01:18 +00:00
regress Extend CREATE DATABASE to allow selection of a template database to be 2000-11-14 18:37:49 +00:00
suite More >&1 cleanups 2000-03-25 14:44:42 +00:00
Makefile New unified regression test driver, test/regress makefile cleanup, 2000-09-29 17:17:41 +00:00