Re: Updated TODO item - Mailing list pgsql-hackers

From Gavin Sherry
Subject Re: Updated TODO item
Date
Msg-id Pine.LNX.4.21.0201041254370.13971-101000@linuxworld.com.au
Whole thread Raw
In response to Re: Updated TODO item  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Updated TODO item  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Updated TODO item  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Thu, 3 Jan 2002, Bruce Momjian wrote:

> Thomas Swan wrote:
> > Bruce Momjian wrote:
> >
> > >TODO:  I have added a syntax suggested by someone on IRC:
> > >
> > >* Make it easier to create a database owned by someone who can't createdb,
> > >  perhaps CREATE DATABASE dbname WITH USER = "user"
> > >  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> > >
> > Perhaps  "CREATE DATABASE dbname WITH USER username" would fit a little
> > better.   I'd love to see this one get done... ;-)
>
> OK, I checked at CREATE DATABASE is the only command that has the equals
> in WITH PARAM = VAL.  Added to TODO:
>
>     * Make equals sign optional in CREATE DATABASE WITH param = 'val'

I've revised my previous patch to handle this.

Gavin

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: LWLock contention: I think I understand the problem
Next
From: Tom Lane
Date:
Subject: shmctl portability problem