Temat: ERROR: character with byte sequence 0xc2 0x9d in encoding "UTF8" has
Witam. mam baza postgres 9.2 pod windows ustawuenia:
ENCODING = 'UTF8'
TABLESPACE = pg_default
LC_COLLATE = 'C'
LC_CTYPE = 'C'
CONNECTION LIMIT = -1;
Poszykuje sposobu by ją odtworzyć pod bazą z kodowaniem win1250.
Próbowałem wykonać eksport z kodowaniem win1250 ale zwraca mi:
pg_dump: Dumping the contents of table "buhaje" failed: PQgetResult() failed.
pg_dump: Error message from server: ERROR: character with byte sequence 0xc2 0x88 in encoding "UTF8" has no equivalent in encoding "WIN1250"
Przy odtwarzaniu jako win1250 mam:
ERROR: character with byte sequence 0xc2 0x9d in encoding "UTF8" has no equivalent in encoding "WIN1250"
Jest jakiś na to sposób?