Re: Updated TODO item - Mailing list pgsql-hackers

From Kaare Rasmussen
Subject Re: Updated TODO item
Date
Msg-id 200201041648.g04GmPm70174@postgresql.org
Whole thread Raw
In response to Updated TODO item  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
> * 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"

?

-- 
Kaare Rasmussen            --Linux, spil,--        Tlf:        3816 2582
Kaki Data                tshirts, merchandize      Fax:        3816 2501
Howitzvej 75               Åben 14.00-18.00        Web:      www.suse.dk
2000 Frederiksberg        Lørdag 11.00-17.00       Email: kar@kakidata.dk


pgsql-hackers by date:

Previous
From: "Jeffrey W. Baker"
Date:
Subject: Re: LWLock contention: I think I understand the problem
Next
From: Michael Meskes
Date:
Subject: Re: ecpg compile error on AIX