Jerry Sievers wrote:
> Afraid though of having anything go flakey when we import the
> original DBs with LATIN1 encoding.
LATIN1 and LATIN9 are almost the same, so unless you have Euro
characters or some other corner cases in your data, you should just go
ahead with this. Note that changing to SQL_ASCII, as you suggested in
a later mail, is likely to break much more.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/