Re: [PATCHES] default database creation with initdb

2005-06-18 Thread Bruno Wolff III
On Sat, Jun 18, 2005 at 09:27:49 -0400, Robert Treat <[EMAIL PROTECTED]> wrote: > On Saturday 18 June 2005 04:55, Andreas Pflug wrote: > > Magnus Hagander wrote: > > > Umm. Tiny item, but your comment still refers to the database as > > > pg_system ;-) > > > > > What is the purpose of this datab

Re: [PATCHES] default database creation with initdb

2005-06-18 Thread Andreas Pflug
Robert Treat wrote: On Saturday 18 June 2005 04:55, Andreas Pflug wrote: Magnus Hagander wrote: Umm. Tiny item, but your comment still refers to the database as pg_system ;-) What is the purpose of this database? A generalized, shared resource for tool makers and add-on pack

Re: [PATCHES] default database creation with initdb

2005-06-18 Thread Tom Lane
Andreas Pflug <[EMAIL PROTECTED]> writes: > + "CREATE DATABASE \"default\";\n", > + "REVOKE CREATE,TEMPORARY ON DATABASE \"default\" FROM > public;\n", Uh, why the rights revocation? That makes the thing essentially useless ... except to superusers, who will not be affect

Re: [PATCHES] default database creation with initdb

2005-06-18 Thread Robert Treat
On Saturday 18 June 2005 04:55, Andreas Pflug wrote: > Magnus Hagander wrote: > > Umm. Tiny item, but your comment still refers to the database as > > pg_system ;-) > > What is the purpose of this database? A generalized, shared resource for tool makers and add-on packages to store information in

Re: [PATCHES] default database creation with initdb

2005-06-18 Thread Andreas Pflug
Magnus Hagander wrote: Umm. Tiny item, but your comment still refers to the database as pg_system ;-) :-) Regards, Andreas Index: src/bin/initdb/initdb.c === RCS file: /projects/cvsroot/pgsql/src/bin/initdb/initdb.c,v retrieving

Re: [PATCHES] default database creation with initdb

2005-06-18 Thread Magnus Hagander
Umm. Tiny item, but your comment still refers to the database as pg_system ;-) //Magnus > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Pflug > Sent: Saturday, June 18, 2005 10:42 AM > To: PostgreSQL-patches > Subject: [PATCHES] default d