Re: Database properties not being duplicated

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Database properties not being duplicated
Дата
Msg-id 14998.1115394461@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Database properties not being duplicated  ("Ben Trewern" <ben.trewern@_nospam_mowlem.com>)
Список pgsql-hackers
"Ben Trewern" <ben.trewern@_nospam_mowlem.com> writes:
> If I have one database say db1 and then do:
> ALTER DATABASE db1 SET DateStyle=iso, dmy;
> Then do
> CREATE DATABASE db2 TEMPLATE db1;
> the DateStyle does not get carried accross to the new database.  Is this a 
> bug?

No, not in my view.  We don't propagate any of the other pg_database
columns (eg, name, owner, permissions) either.
        regards, tom lane


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: pgFoundry
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Views, views, views! (long)