[PATCHES] Default database patch

2005-06-20 Thread Dave Page
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


default-db.patch
Description: default-db.patch

---(end of broadcast)---
TIP 8: explain analyze is your friend


Re: [PATCHES] Default database patch

2005-06-20 Thread Dave Page
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: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] 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
 


pgsql.patch
Description: pgsql.patch

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])