Re: [HACKERS] Updated TODO item - Mailing list pgsql-patches

From Gavin Sherry
Subject Re: [HACKERS] Updated TODO item
Date
Msg-id Pine.LNX.4.21.0201091249550.11788-100000@linuxworld.com.au
Whole thread Raw
In response to Re: [HACKERS] Updated TODO item  (Thomas Lockhart <lockhart@fourpalms.org>)
List pgsql-patches
On Tue, 8 Jan 2002, Thomas Lockhart wrote:

> > > > Does this have the multiple "WITH xxx" clauses which were discussed
> > > > earlier? That is a nonstarter for syntax. There are other places in the
> > > > grammar having "with clauses" and multiple arguments or subclauses, and
> > > > having the shift/reduce issues resolved...
> ...
> > CREATE DATABASE <name> WITH LOCATION = <name> WITH OWNER = <name>
>
> It was this syntax I was wondering about. Multiple "WITH"s should not be
> necessary. Are they actually required in the patch?

Argh. My bad. The syntax is what you had in mind:

CREATE DATABASE <name> [WITH [LOCATION <name>] [OWNER <name>] ...]

Gavin


pgsql-patches by date:

Previous
From: "Ross J. Reedstrom"
Date:
Subject: Re: URL's fixed
Next
From: "Zeugswetter Andreas SB SD"
Date:
Subject: --with-tcl build on AIX (and others) fails