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(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: Jan Wieck | Date: 2002-01-04 18:56:51 |
| Subject: Re: ON ERROR triggers |
| Previous: | From: Bruce Momjian | Date: 2002-01-04 18:22:41 |
| Subject: Re: Syntax changes in 7.2 |
pgsql-patches by date
| Next: | From: Doug McNaught | Date: 2002-01-04 18:58:09 |
| Subject: Re: Updated TODO item |
| Previous: | From: Kaare Rasmussen | Date: 2002-01-04 17:07:39 |
| Subject: Re: Updated TODO item |