Re: [HACKERS] Updated TODO item

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

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

Thanks. Saved for 7.3.

--
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

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-01-04 04:44:32 Re: LWLock contention: I think I understand the problem
Previous Message Christopher Kings-Lynne 2002-01-04 04:32:26 Re: Is there any performance penalty using --with-ssl?

Browse pgsql-patches by date

  From Date Subject
Next Message Dave Page 2002-01-04 08:39:33 Re: pg_regress.sh startup failure patch
Previous Message Gavin Sherry 2002-01-04 01:56:34 Re: [HACKERS] Updated TODO item