ERROR: invalid byte sequence for encoding "UTF8": 0xd141
Estado SQL:22021
Sugerencias:This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by "client_encoding".
Contexto:COPY empleado, line 187
no se porque dice ese error si la propiedades de la tabla la tengo de la siguiente forma:
CREATE DATABASE "xxxx"
WITH OWNER = postgres
ENCODING = 'LATIN1'
TABLESPACE = pg_default;
gracias de antemano.
