Re: Updated TODO item

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Thomas Swan <tswan-lst(at)ics(dot)olemiss(dot)edu>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Updated TODO item
Date: 2002-01-03 18:21:23
Message-ID: 200201031821.g03ILN322528@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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'

--
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 Bruce Momjian 2002-01-03 18:24:26 Re: Bulkloading using COPY - ignore duplicates?
Previous Message Thomas Swan 2002-01-03 18:17:39 Re: Updated TODO item

Browse pgsql-patches by date

  From Date Subject
Next Message Jason Tishler 2002-01-03 19:28:42 Re: pg_regress.sh startup failure patch
Previous Message Thomas Swan 2002-01-03 18:17:39 Re: Updated TODO item