On 6/16/2016 10:08 PM, sheri(dot)bhavani(at)cognizant(dot)com wrote:
> ·ERROR: character with byte sequence 0x81 in encoding "WIN1252" has no
> equivalent in encoding "UTF8" is thrown in postgreSQL 9.5.3 .
per https://en.wikipedia.org/wiki/Windows-1252 0x81 is not a valid
character in encoding win1252, so it can't be converted to UTF8
you need to determine what field of which row of what table has that
value in it and change it to something valid (perhaps 0x20 ?) before you
can load this data into a UTF8 database.
--
john r pierce, recycling bits in santa cruz