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

From Tom Lane
Subject Re: Why do we let CREATE DATABASE reassign encoding?
Date
Msg-id 6621.1240527547@sss.pgh.pa.us
Whole thread Raw
In response to Re: Why do we let CREATE DATABASE reassign encoding?  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Why do we let CREATE DATABASE reassign encoding?
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> AFAIR, the only reason that we haven't disallowed this sort of stuff
> years and years ago is that people use it; the Japanese in particular.
> I don't see what is different now.

What's different now is that 8.4 has already established the principle
that you have to clone template0 if you want to change the locale of a
database.  I think this is a good time to establish the same principle
for encodings.  (Or in other words, if we don't fix it now, when will
be a better time?)
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Eric B. Ridge"
Date:
Subject: Re: 8.4b1 regression?
Next
From: Zdenek Kotala
Date:
Subject: Re: PL compilations ignores LDFLAGS