Re: Client-server communication for FETCH

2025-12-03 Thread Tim Fors
impediment to adoption of PGSQL for COBOL applications, and as you probably know, COBOL applications are still very pervasive. (C programs using ECPG would of course hit the same issue, so it's not just a COBOL-specific problem.) Thanks, Tim On Wed, Dec 3, 2025 at 1:41 PM Tom Lane wrote: &g

Client-server communication for FETCH

2025-12-03 Thread Tim Fors
Hello community, I have a simple C program using libpq V18 to FETCH one row at a time (see below). Does the server send multiple rows to the client where they are cached for satisfying the FETCH statements, or does it just send one row at a time since that's all that each FETCH statement is asking