pgsql/src/backend/nodes (copyfuncs.c equalfuncs.c) - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/nodes (copyfuncs.c equalfuncs.c)
Date
Msg-id 200011141837.eAEIbgV58845@hub.org
Whole thread Raw
List pgsql-committers
  Date: Tuesday, November 14, 2000 @ 13:37:42
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/nodes
     from hub.org:/home/projects/pgsql/tmp/cvs-serv58825/src/backend/nodes

Modified Files:
    copyfuncs.c equalfuncs.c

-----------------------------  Log Message  -----------------------------

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!

pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/tcop (utility.c)
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/include/nodes (parsenodes.h)