Re: [HACKERS] Updated TODO item

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Re: [HACKERS] Updated TODO item
Дата
Msg-id Pine.LNX.4.21.0201081517040.9642-100000@linuxworld.com.au
обсуждение исходный текст
Ответ на Re: [HACKERS] Updated TODO item  (Thomas Lockhart <lockhart@fourpalms.org>)
Список pgsql-patches
On Tue, 8 Jan 2002, Thomas Lockhart wrote:

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

When was it discussed so that I can have a read? I cannot recall it.

And yes, it is not pleasant to implement. Luckily, the design of the
CREATE DATABASE rule had already incorporated the possibility of

...

    WITH LOCATION = ...
    WITH TEMPLAETE = ...

etc.

I'm not sure, however, if this is really what you were asking.

Gavin


В списке pgsql-patches по дате отправления:

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