Re: Why do we let CREATE DATABASE reassign encoding?

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: Why do we let CREATE DATABASE reassign encoding?
Дата
Msg-id 1E3D7121-486A-4A13-B9B6-8E971DA78FF2@kineticode.com
обсуждение исходный текст
Ответ на Re: Why do we let CREATE DATABASE reassign encoding?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Apr 23, 2009, at 12:00 PM, Tom Lane wrote:

> You can get around this by cloning template0 instead of template1
> (we assume template0 contains nothing that's encoding-specific).
> Possibly the docs will need to be improved to emphasize that.

I was just about to suggest that. With this change, template0 is  
suddenly going to be a lot more important for people to know about and  
make use of.

Best,

David


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Why do we let CREATE DATABASE reassign encoding?
Следующее
От: Zdenek Kotala
Дата:
Сообщение: Re: PL compilations ignores LDFLAGS