connects - Search results

2024-02-14 18:28:57 | Re: Reporting UnicodeEncodeError info on arbitrary data sent to PG with psycopg3 (Daniele Varrazzo)

connecting via psql sets the client_encoding? Can you try to get the result of `SHOW

2024-02-14 15:42:03 | Re: Reporting UnicodeEncodeError info on arbitrary data sent to PG with psycopg3 (Karl O. Pinc)

connecting to the "latin1" db with psql shows: ``` $ psql -U kop latin1 psql (15.5 (Debian

2024-02-14 01:37:32 | Reporting UnicodeEncodeError info on arbitrary data sent to PG with psycopg3 (Karl O. Pinc)

Connect to an existing database with psycopg.connect("dbname=test_latin1 user=test") as conn