Re: [HACKERS] Updated TODO item

From: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
To: pgsql-patches(at)postgresql(dot)org
Cc: Thomas Swan <tswan-lst(at)ics(dot)olemiss(dot)edu>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] Updated TODO item
Date: 2002-01-04 01:56:34
Message-ID: Pine.LNX.4.21.0201041254370.13971-101000@linuxworld.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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

Attachment Content-Type Size
createdb_with_user.patch2.gz application/x-gzip 2.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kenny H Klatt 2002-01-04 02:35:11 Transaction tests on SMP Linux
Previous Message Tom Lane 2002-01-04 01:47:53 shmctl portability problem

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-01-04 04:43:27 Re: [HACKERS] Updated TODO item
Previous Message Gavin Sherry 2002-01-04 01:17:09 Re: Updated TODO item