postgresql 9.5 - decode / select case to solve error with utf8 doesnt work
问题 In continuned to my last post - "migration oracle to postgresql invalid byte sequence for encoding “UTF8”: 0x00" Im trying to insert into a local postgresql table data from remote oracle table(via oracle_fdw extension). My oracle table has a column named street and it has valid string values and sometimes the next invalid (in postgresql) string : ' ' (space). When I try to copy the column value I get the error I mentioned above and in my last post. I understood that I need to change the