Re: Default database patch

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

Attached is an updated version of this patch which /does/ update
utilities to use the postgres database by default, per comments on
-hackers.

Regards, Dave

> -----Original Message-----
> From: pgsql-patches-owner(at)postgresql(dot)org
> [mailto:pgsql-patches-owner(at)postgresql(dot)org] On Behalf Of Dave Page
> Sent: 20 June 2005 13:07
> To: PostgreSQL-patches
> Subject: [PATCHES] Default database patch
>
> 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
pgsql.patch application/octet-stream 29.4 KB

Browse pgsql-patches by date

  From Date Subject
Next Message David Fetter 2005-06-20 17:41:31 Re: plperl better array support
Previous Message Tom Lane 2005-06-20 13:22:42 Re: code cleanup for tz