postgresql/src/bin
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
..
initdb Extend CREATE DATABASE to allow selection of a template database to be 2000-11-14 18:37:49 +00:00
initlocation Make sure shell scripts send error messages to stderr. 2000-11-11 22:59:48 +00:00
ipcclean Make sure shell scripts send error messages to stderr. 2000-11-11 22:59:48 +00:00
pg_config Make sure shell scripts send error messages to stderr. 2000-11-11 22:59:48 +00:00
pg_ctl Ignore missing postmaster.opts.default file. 2000-10-24 19:11:15 +00:00
pg_dump Extend CREATE DATABASE to allow selection of a template database to be 2000-11-14 18:37:49 +00:00
pg_encoding Support for DESTDIR make variable. This is used as in `make install 2000-09-17 13:02:52 +00:00
pg_id The beos port in the source tree doesn't even compile. and even 2000-10-07 14:39:21 +00:00
pg_passwd Support for DESTDIR make variable. This is used as in `make install 2000-09-17 13:02:52 +00:00
pgaccess Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
pgtclsh Major overhaul of large-object implementation, by Denis Perchine with 2000-10-24 01:38:44 +00:00
psql Remove -k unix socketpath option from client side, allow hostname with 2000-11-13 23:37:54 +00:00
scripts Remove -k unix socketpath option from client side, allow hostname with 2000-11-13 23:37:54 +00:00
Makefile Rename pg-config to pg_config to be consistent with other pg commands. 2000-10-10 22:01:55 +00:00