Re: Updated TODO item

From: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Thomas Swan <tswan-lst(at)ics(dot)olemiss(dot)edu>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Updated TODO item
Date: 2002-01-04 01:17:09
Message-ID: Pine.LNX.4.21.0201041214580.13971-100000@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:

> > Perhaps "CREATE DATABASE dbname WITH USER username" would fit a little
> > better. I'd love to see this one get done... ;-)
>
> Well, I had the equals sign because the documentation for other params
> suggests it:
>
> CREATE DATABASE name
> [ WITH [ LOCATION = 'dbpath' ]
> [ TEMPLATE = template ]
> [ ENCODING = encoding ] ]
>
> Maybe we should make the equals optional for all these options.
>

'WITH LOCATION dbpath', etc makes more sense. I'd be happy to revise my
patch to change this. Does anyone have any strong feelings against this?

Gavin

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-01-04 01:47:53 shmctl portability problem
Previous Message Tom Lane 2002-01-04 01:02:54 Re: LWLock contention: I think I understand the problem

Browse pgsql-patches by date

  From Date Subject
Next Message Gavin Sherry 2002-01-04 01:56:34 Re: [HACKERS] Updated TODO item
Previous Message Greg Sabino Mullane 2002-01-03 23:21:58 psql \timing patch