(on the same connection) until
has returned a null pointer, indicating that the command is done.
+
+ In pipeline mode, command strings containing more than one SQL command
+ are disallowed.
+
can be used
to test whether pipeline mode is active.
In pipeline mode, only asynchronous operations
- are permitted, and COPY is disallowed.
+ are permitted, command strings containing multiple SQL commands are
+ disallowed, and so is COPY.
Using synchronous command execution functions
such as PQfn,
PQexec,