Re: Why do we let CREATE DATABASE reassign encoding? - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: Why do we let CREATE DATABASE reassign encoding?
Date
Msg-id 1E3D7121-486A-4A13-B9B6-8E971DA78FF2@kineticode.com
Whole thread Raw
In response to Re: Why do we let CREATE DATABASE reassign encoding?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Why do we let CREATE DATABASE reassign encoding?
Next
From: Zdenek Kotala
Date:
Subject: Re: PL compilations ignores LDFLAGS