Re: [HACKERS] Updated TODO item

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [HACKERS] Updated TODO item
Дата
Msg-id 3C3A6BC8.591D12@fourpalms.org
обсуждение исходный текст
Ответ на Re: [HACKERS] Updated TODO item  (Gavin Sherry <swm@linuxworld.com.au>)
Ответы Re: [HACKERS] Updated TODO item  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: [HACKERS] Updated TODO item  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Re: [HACKERS] Updated TODO item  (Gavin Sherry <swm@linuxworld.com.au>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] pgcryto strangeness...
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Updated TODO item