Hi PgSQL general mailing lists,

In Postgres Weekly, I encountered this
<https://bugfactory.io/articles/using-transaction-chaining-to-reduce-server-round-trips/>
interesting article. The documentation
<https://www.postgresql.org/docs/current/plpgsql-transactions.html> on the
use of AND CHAIN is here. A co-worker is interested in the difference
between chaining and using the pipelining
<https://www.postgresql.org/docs/current/libpq-pipeline-mode.html> syntax.

They look pretty similar to me; it could be that one implementation is PG
specific and not part of the SQL standard or something. Can anyone shed any
light for us?

Thanks in advance for any assistance anyone can provide,
Joseph Hammerman

Reply via email to