From b4b8efbd3826ac0af2d1c2e7c40fcf80a4bfba45 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:18:03 +0200 Subject: Adding upstream version 15.6. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/libpq-pipeline-mode.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/libpq-pipeline-mode.html') diff --git a/doc/src/sgml/html/libpq-pipeline-mode.html b/doc/src/sgml/html/libpq-pipeline-mode.html index c97dfa0..de79969 100644 --- a/doc/src/sgml/html/libpq-pipeline-mode.html +++ b/doc/src/sgml/html/libpq-pipeline-mode.html @@ -1,5 +1,5 @@ -34.5. Pipeline Mode

34.5. Pipeline Mode

+34.5. Pipeline Mode

34.5. Pipeline Mode

libpq pipeline mode allows applications to send a query without having to read the result of the previously sent query. Taking advantage of the pipeline mode, a client will wait @@ -324,4 +324,4 @@ UPDATE mytable SET x = x + 1 WHERE id = 42; enough queries to fill both its output buffer and the server's receive buffer before it switches to processing input from the server, but it's hard to predict exactly when that will happen. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3