Re: Updated TODO item - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Updated TODO item
Date
Msg-id 200201031821.g03ILN322528@candle.pha.pa.us
Whole thread Raw
In response to Re: Updated TODO item  (Thomas Swan <tswan-lst@ics.olemiss.edu>)
Responses Re: Updated TODO item  (Gavin Sherry <swm@linuxworld.com.au>)
List pgsql-hackers
Thomas Swan wrote:
> Bruce Momjian wrote:
> 
> >TODO:  I have added a syntax suggested by someone on IRC:
> >
> >* Make it easier to create a database owned by someone who can't createdb,
> >  perhaps CREATE DATABASE dbname WITH USER = "user"
> >  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >
> Perhaps  "CREATE DATABASE dbname WITH USER username" would fit a little 
> better.   I'd love to see this one get done... ;-)

OK, I checked at CREATE DATABASE is the only command that has the equals
in WITH PARAM = VAL.  Added to TODO:
* Make equals sign optional in CREATE DATABASE WITH param = 'val'

--  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: Thomas Swan
Date:
Subject: Re: Updated TODO item
Next
From: Bruce Momjian
Date:
Subject: Re: Bulkloading using COPY - ignore duplicates?