postgresql/src/include/commands
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
..
async.h Revert removal of signed, volatile, and signal handler arg type tests. 2000-08-29 09:36:51 +00:00
cluster.h Add: 2000-01-26 05:58:53 +00:00
command.h This patch implements the following command: 2000-09-12 05:09:57 +00:00
comment.h #include cleanups 2000-06-15 00:52:26 +00:00
copy.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
creatinh.h Add: 2000-01-26 05:58:53 +00:00
dbcommands.h Extend CREATE DATABASE to allow selection of a template database to be 2000-11-14 18:37:49 +00:00
defrem.h Arrange that no database accesses are attempted during parser() --- this 2000-10-07 00:58:23 +00:00
explain.h Add: 2000-01-26 05:58:53 +00:00
proclang.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
rename.h Code cleanup of user name and user id handling in the backend. The current 2000-09-06 14:15:31 +00:00
sequence.h Added new SQL function setval(seq,val,bool) to restore is_called as well as value 2000-10-11 15:31:34 +00:00
trigger.h Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
user.h Clean up #include's. 2000-06-15 03:33:12 +00:00
vacuum.h Cleanup of code for creating index entries. Functional indexes with 2000-07-14 22:18:02 +00:00
variable.h Fix breakage I introduced yesterday in MULTIBYTE compilations. 2000-10-26 17:31:35 +00:00
version.h Add: 2000-01-26 05:58:53 +00:00
view.h Add: 2000-01-26 05:58:53 +00:00