Add --template option to createdb script to allow access to WITH TEMPLATE

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c3b00e7e291cd9884bbdf768cfccb5dab8f142e8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-02-18T17:53:55Z
Releases: 7.1.1
Add --template option to createdb script to allow access to WITH TEMPLATE
option of CREATE DATABASE.  In pg_regress, create regression database
from template0 to ensure that any installation-local cruft in template1
will not mess up the tests.

Files

PathChange+/−
doc/src/sgml/ref/createdb.sgml modified +23 −8
src/bin/scripts/createdb modified +16 −2
src/test/regress/pg_regress.sh modified +4 −2