Fwd: PGCon remote attendance

2023-05-22 Thread Joseph Hammerman
Hi pgsql-general,

Will there be any option to attend the upcoming PG conference remotely?

Will the talks and papers be posted online following the conference, if not?

Thank you,
Joe Hammerman


SQL: Chaining versus Pipelining

2024-07-08 Thread Joseph Hammerman
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