Re: Updated TODO item

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Kaare Rasmussen <kar(at)kakidata(dot)dk>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Updated TODO item
Date: 2002-01-04 18:43:41
Message-ID: 200201041843.g04IhfJ10366@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2002-01-04 18:56:51 Re: ON ERROR triggers
Previous Message Bruce Momjian 2002-01-04 18:22:41 Re: Syntax changes in 7.2

Browse pgsql-patches by date

  From Date Subject
Next Message Doug McNaught 2002-01-04 18:58:09 Re: Updated TODO item
Previous Message Kaare Rasmussen 2002-01-04 17:07:39 Re: Updated TODO item