Prova a convertire i tuoi byte in questo modo in ascii:
psql -Atc "SELECT convert_from (my_column, 'SQL_ASCII') from my_table limit 1;"
Prova a convertire i tuoi byte in questo modo in ascii:
psql -Atc "SELECT convert_from (my_column, 'SQL_ASCII') from my_table limit 1;"