Re: Default database patch - Mailing list pgsql-patches

From Dave Page
Subject Re: Default database patch
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E490E5B9@ratbert.vale-housing.co.uk
Whole thread Raw
In response to Default database patch  ("Dave Page" <dpage@vale-housing.co.uk>)
List 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@postgresql.org
> [mailto:pgsql-patches-owner@postgresql.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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: code cleanup for tz
Next
From: David Fetter
Date:
Subject: Re: plperl better array support