Closed jaitor1 closed 5 years ago
I fixed the problem adding character_set 'UTF-8' when creating foreign server. Example:
CREATE SERVER myserver
FOREIGN DATA WRAPPER tds_fdw
OPTIONS (servername 'localhost', port '1501',msg_handler 'notice', database 'mydb', character_set 'UTF-8');
I have created this foreign server:
When opening the table I am getting:
'utf-8' codec can't decode byte 0xd1 in position 4: invalid continuation byte