Re: WIN1252 patch broke my database - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: WIN1252 patch broke my database
Date
Msg-id 200503171904.23618.peter_e@gmx.net
Whole thread Raw
In response to Re: WIN1252 patch broke my database  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: WIN1252 patch broke my database  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Bruce Momjian wrote:
> Tom Lane wrote:
> > You can't just randomly rearrange the pg_enc enum without forcing
> > an initdb, because the numeric values of the encodings appear in
> > system catalogs (eg pg_conversion).
>
> Oh, those numbers appear in the catalogs?  I didn't relealize that.
>
> I will force an initdb.

You shouldn't insert encodings in the middle, because those numbers are 
exposed to clients.  We've had troubles with that before.  If you add 
an encoding, append it as the last one (before the client encodings in 
this case).  This would probably also eliminate the need for the 
initdb.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: PHP stuff
Next
From: "Mark Woodward"
Date:
Subject: Re: PHP stuff