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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
In response to
Responses
pgsql-hackers by date
| Next: | From: Bruce Momjian | Date: 2002-01-03 18:24:26 |
| Subject: Re: Bulkloading using COPY - ignore duplicates? |
| Previous: | From: Thomas Swan | Date: 2002-01-03 18:17:39 |
| Subject: Re: Updated TODO item |
pgsql-patches by date
| Next: | From: Jason Tishler | Date: 2002-01-03 19:28:42 |
| Subject: Re: pg_regress.sh startup failure patch |
| Previous: | From: Thomas Swan | Date: 2002-01-03 18:17:39 |
| Subject: Re: Updated TODO item |