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

From Bruce Momjian
Subject Re: [HACKERS] Updated TODO item
Date
Msg-id 200201050228.g052SOg29848@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Updated TODO item  (Gavin Sherry <swm@linuxworld.com.au>)
List pgsql-patches
Saved for 7.3.

---------------------------------------------------------------------------

Gavin Sherry wrote:
> 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

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

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