Re: [HACKERS] Updated TODO item - Mailing list pgsql-patches

From Gavin Sherry
Subject Re: [HACKERS] Updated TODO item
Date
Msg-id Pine.LNX.4.21.0201051250030.19760-101000@linuxworld.com.au
Whole thread Raw
Responses Re: [HACKERS] Updated TODO item
Re: [HACKERS] Updated TODO item
List pgsql-patches
On Fri, 4 Jan 2002, 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"
>
> ?
>

A much better idea. There is no conflict in using OWNER here.

Revised patch attached.

Gavin

Attachment

pgsql-patches by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: Undocumented feature costs a lot of performance in COPY
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Updated TODO item