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
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