So I see in psycopg 2, there is a set_client_encoding('UTF8')
function. In the psycopg 3 documentation it reads:
client_encoding is gone
But then when I go to actuall use the column, I get an encoding error.
How would I work around this in pyscopyg 3?