servers - Search results
Mailing lists >> psycopg >> Thread
2024-02-16 05:45:15 | Re: Reporting UnicodeEncodeError info on arbitrary data sent to PG with psycopg3 (Karl O. Pinc)
server converts that to the server encoding. Reverse the entire process when retrieving textual data
Mailing lists >> psycopg >> Thread
2024-02-14 18:28:57 | Re: Reporting UnicodeEncodeError info on arbitrary data sent to PG with psycopg3 (Daniele Varrazzo)
server; the server encoding is relatively less important. So what you can actually store is the smallest
Mailing lists >> psycopg >> Thread
2024-02-14 15:42:03 | Re: Reporting UnicodeEncodeError info on arbitrary data sent to PG with psycopg3 (Karl O. Pinc)
server_encoding; server_encoding ----------------- LATIN1 (1 row) ``` But, conn.info.encoding does return iso8859-1. So I think
Mailing lists >> psycopg >> Thread
2024-02-14 01:37:32 | Reporting UnicodeEncodeError info on arbitrary data sent to PG with psycopg3 (Karl O. Pinc)
server's encoding I want to report exactly where in the data the problem lies