CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl@hub.org 01/02/18 12:53:55
Modified files:
src/bin/scripts: createdb
doc/src/sgml/ref: createdb.sgml
src/test/regress: pg_regress.sh
Log message:
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.