Re: Updated TODO item - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Updated TODO item
Date
Msg-id 200201041843.g04IhfJ10366@candle.pha.pa.us
Whole thread Raw
In response to Re: Updated TODO item  (Kaare Rasmussen <kar@kakidata.dk>)
List pgsql-hackers
Kaare Rasmussen wrote:
> > * Make it easier to create a database owned by someone who can't createdb,
> >   perhaps CREATE DATABASE dbname WITH USER = "user"
> >   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> Shouldn't that be
> 
> CREATE DATABASE dbname WITH OWNER = "user"
> 
> ?

Yes!  OWNER is much better.  TODO updated and I will save this message
for changes in 7.3:
http://candle.pha.pa.us/cgi-bin/pgpatches2

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Bulkloading using COPY - ignore duplicates?
Next
From: Bruce Momjian
Date:
Subject: Re: Updated TODO item