servers - Search results in mailing lists

2025-04-26 03:25:47 | Python 3.14, template-strings, and psycopg (Daniele Varrazzo)

server-side. I have written some thoughts in . if anyone would like to express

2024-12-21 19:34:51 | Re: Memory (Adrian Klaver)

server (usually calling execute()), the server replies transferring to the client the whole set of results

2024-12-09 17:14:30 | Re: Best Practices for Checking PostgreSQL Server Mode with Multiple Connections (Christophe Pettus)

servers. That being said, you will need to open connections to the servers to determine

2024-12-06 04:27:43 | Parameter in SQL query being misinterpreted (Daniel Johnson)

psycopg3-3.1.18-4.el9.noarch (from EPEL) postgresql-server-15.8-2.module+el9.5.0+28955+a22540b0.x86_64 Daniel Johnson djohnson@progman.us

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

2023-11-20 22:46:21 | Re: 2-to-3 Question about adapter using AsIs (Daniele Varrazzo)

server-side binding (https:///psycopg3/docs/basic/from_pg2.html#server-side-binding); as a consequence, the DEFAULT value cannot be passed as a query

2023-09-05 17:51:50 | CPU usage for queries, psycopg 2 vs 3 (David Raymond)

servers and run a number of queries on them, where 98% of my machine's time

2023-04-24 21:16:42 | Re: Consecutive Inserts Freeze Execution of Psycopg3 (Michael P. McDonnell)

server doing its "thing". Anywho - hopefully someone is googling and this pops up and helps

2022-02-11 18:47:22 | Re: exception psycopg.Error from psycopg2 to psycopg 3 (Daniele Varrazzo)

server. When the error is received, the matching class is looked up by sqlstate, with

2021-10-21 10:52:40 | Re: psycopg3 transactions (Daniele Varrazzo)

server, and it would be a strange design for the connection block to issue an explicit

2021-10-03 18:55:47 | Re: psycopg3 and cur.description behavior (Daniele Varrazzo)

server separately from the arguments. Mogrify would be misleading because the same query might behave

2021-08-30 05:21:23 | Psycopg 3 beta 1 released! (Daniele Varrazzo)

server-side parameters, prepared statements, binary parameters, and great support for COPY operations. But the most

2021-08-02 07:59:19 | A Django backend for PostgreSQL using Psycopg 3 (Daniele Varrazzo)

server-side parameters passing. I have written an article explaining the changes needed [3] which

2021-02-07 15:50:39 | libpq pipeline/batch mode (Daniele Varrazzo)

server-side cursors - jsonb binary protocol (something to design server-side too) so I doubt

2021-02-04 16:55:21 | Latest developments in psycopg3 (Daniele Varrazzo)

server-side binding (psycopg3) vs. client-side binding (psycopg2). With client side binding psycopg2 could