Re: [PATCHES] Default database patch

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

[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