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