Database properties not being duplicated

Поиск
Список
Период
Сортировка
От Ben Trewern
Тема Database properties not being duplicated
Дата
Msg-id d5fki5$2qpk$1@news.hub.org
обсуждение исходный текст
Ответы Re: Database properties not being duplicated  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
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?  It seems not to matter which properties I set ie search_path, TimeZone 
etc.  none of them get carried accross.

Regards,

Ben 




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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: [pgsql-advocacy] Increased company involvement
Следующее
От: Tom Lane
Дата:
Сообщение: Re: State of Kerberos v4 support