easy resetting - Search results in mailing lists
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)
Setting client_encoding=UTF8, the same as Python's encoding, covers the final use-case where all encoding conversion, except, possibly, the initial reading of the text into Python, is done server-side. See also
Mailing lists >> psycopg >> Thread
2021-10-05 21:04:05 | Re: How to build statically on Windows (Dan Davis)
settings for me to easily duplicate the environment - not enough is controlled simply from the files in .appveyor to make this easy
Mailing lists >> psycopg >> Thread
2017-03-01 18:51:07 | [psycopg] Psycopg 2.7 released (Daniele Varrazzo)
Easier! Use the binary package to avoid the need of C compiler, pg_config, libpq required on the clients. - Replication! Support for PostgreSQL physical and logical replication. - Plays-better-with-pgbouncer-at-transaction-pooling-level
Mailing lists >> psycopg >> Thread
2013-03-18 13:53:54 | Issue with DateStyle and pgbouncer (Daniele Varrazzo)
setting on connection, and psycopg conservatively sets DateStyle to ISO when the information is missing: on pgbouncer this may mean an extra query every query. Not amusing. Because I'm going to release version
Mailing lists >> psycopg >> Thread
2011-11-16 15:46:30 | Re: RFC: Extend psycopg2.connect to accept all valid parameters? (Fabian Knittel)
easy to configure via a configuration file and you can't really configure multiple connections. In my applications you currently select and configure all DB backends by setting apropriate connection URIs in the configuration file
Mailing lists >> psycopg >> Thread
2011-02-14 15:14:50 | Re: psycopg2 (async) socket timeout (Jan Urbański)
setting on the server. This way if your code times out the server won't keep on running your query. Well something like that ;) I'd try doing it on the per-query level, actually
Mailing lists >> psycopg >> Thread
2011-01-17 11:06:38 | Re: RPM question: Where to put psycopg2 files (Daniele Varrazzo)
easy enough and wouldn't be a security risk as it's only to receive data from the backend: 9.0 servers understands escape format ok with both settings
Mailing lists >> psycopg >> Thread
2011-01-13 13:06:28 | Please help fixing a couple of zope-related issues (Daniele Varrazzo)
easy: there is a broken icon
Mailing lists >> psycopg >> Thread
2011-01-09 08:52:37 | Re: how to compile psycopg2 on windows? (Daniele Varrazzo)
setting in the setup.cfg. This of course doesn't solve all the issues of the Windows build. I know Jason is polishing the build system he uses for his packages, which