Re: Updated TODO item - Mailing list pgsql-hackers

From Gavin Sherry
Subject Re: Updated TODO item
Date
Msg-id Pine.LNX.4.21.0201041214580.13971-100000@linuxworld.com.au
Whole thread Raw
In response to Re: Updated TODO item  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Brent Verner
Date:
Subject: Re: More problem with scripts
Next
From: Tom Lane
Date:
Subject: Re: LWLock contention: I think I understand the problem