Default database patch

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Default database patch
Date: 2005-06-20 12:07:17
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E490E5B0@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

The attached patch modifies initdb to create a default database called
'postgres' when the cluster is initialised. Documentation updates are
included, including updates to relevant examples to encourage users to
use this database in place of template1. I have not modified utilities
like createuser however - this is to ensure there are no dependencies on
the postgres database within the server itself, thus giving users with
limited disk space the option of removing the postgres database if
required.

Please apply for 8.1.

Regards, Dave

Attachment Content-Type Size
default-db.patch application/octet-stream 26.1 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-06-20 13:22:42 Re: code cleanup for tz
Previous Message Andrew Dunstan 2005-06-20 09:06:32 plperl better array support