]> granicus.if.org Git - postgresql/commit
Add --template option to createdb script to allow access to WITH TEMPLATE
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Feb 2001 17:53:55 +0000 (17:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Feb 2001 17:53:55 +0000 (17:53 +0000)
commitc3b00e7e291cd9884bbdf768cfccb5dab8f142e8
tree7ee5fb5ea89399fbcf28d4259849703404672fc8
parent48d03278a27b9a148c3cf9c895ad1c6289ca1c29
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.
doc/src/sgml/ref/createdb.sgml
src/bin/scripts/createdb
src/test/regress/pg_regress.sh