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

From Thomas Lockhart
Subject Re: [HACKERS] Updated TODO item
Date
Msg-id 3C3A6BC8.591D12@fourpalms.org
Whole thread Raw
In response to Re: [HACKERS] Updated TODO item  (Gavin Sherry <swm@linuxworld.com.au>)
Responses Re: [HACKERS] Updated TODO item
Re: [HACKERS] Updated TODO item
Re: [HACKERS] Updated TODO item
List pgsql-patches
> > > * Make it easier to create a database owned by someone who can't createdb,
> > >   perhaps CREATE DATABASE dbname WITH USER = "user"
> > CREATE DATABASE dbname WITH OWNER = "user"
> A much better idea. There is no conflict in using OWNER here.

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

                   - Thomas

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] pgcryto strangeness...
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Updated TODO item