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