Re: Ready for beta2? - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: Ready for beta2?
Date
Msg-id 20071022143114.GL15375@svr2.hagander.net
Whole thread Raw
In response to Re: Ready for beta2?  (Dave Page <dpage@postgresql.org>)
Responses Re: Ready for beta2?
List pgsql-hackers
On Mon, Oct 22, 2007 at 03:18:38PM +0100, Dave Page wrote:
> Tom Lane wrote:
> > Magnus Hagander <magnus@hagander.net> writes:
> >> On Mon, Oct 22, 2007 at 08:59:07AM +0100, Dave Page wrote:
> >>> From chatting with Magnus, I believe he'd support losing the .1252 or
> >>> leaving it as is, where I'd rather rewrite it to .65001 (which he does
> >>> not support).
> > 
> >> I'm not against stripping the .1252 part, but I don't know what the clean
> >> way to do that is, unless we want to drop it for all locales (which may or
> >> may not be a good thing).
> > 
> > Why not "if selected encoding is UTF8, drop any .nnn part"?
> > (Inside #ifdef WIN32 of course.)
> 
> Consistency? It is better than the current situation though I agree.

As I chatted with Dave about - wnat encoding? We pull that value cluster
wide, but the encoding is per-database. You could have one UTF8 and one
WIN1252 database...

//Magnus


pgsql-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: pgadmin debug on windows
Next
From: "Kevin Grittner"
Date:
Subject: IN vs EXISTS equivalence