Re: Streaming Replication vs Logical

2025-11-26 Thread Bruce Momjian
On Mon, Nov 24, 2025 at 11:28:22PM -0500, Robert Treat wrote: > > I took a look through some of the replication slot stuff and ISTM that it > > basically gets the streaming logical/physical replication distinctions > > correct, and I *think* > > it gets the slot distinctions correct as well, but

Which parameters are only used on startup?

2025-11-26 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/18/runtime-config-connection.html Description: Clarify that ssl_cert_file and ssl_key_file are only read on startup -- implying that the params can be changed and the files moved to the new l

Re: change ON CONFLICT UPDATE

2025-11-26 Thread Laurenz Albe
On Tue, 2025-11-25 at 22:47 +0800, jian he wrote: > in doc/src/sgml/ref/create_view.sgml, > I want change two occurrences of > ON CONFLICT UPDATE > to > ON CONFLICT DO UPDATE > (between line 412 to line 439). > > since other places using ON CONFLICT DO UPDATE. +1 It is not very important, but co