Re: Unexpected behaviour: it was documented to return the same value

2025-07-07 Thread David G. Johnston
On Mon, Jul 7, 2025 at 6:51 AM David G. Johnston wrote: > On Saturday, July 5, 2025, PG Doc comments form > wrote: > >> The following documentation comment has been logged on the website: >> >> Page: https://www.postgresql.org/docs/17/functions-admin.html >> Description: >> > Yeah, this clarific

Re: Unexpected behaviour: it was documented to return the same value

2025-07-07 Thread David G. Johnston
On Saturday, July 5, 2025, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/17/functions-admin.html > Description: > > set_config ( setting_name text, new_value text, is_local boolean ) → text > Sets the pa

Unexpected behaviour: it was documented to return the same value

2025-07-07 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/functions-admin.html Description: set_config ( setting_name text, new_value text, is_local boolean ) → text Sets the parameter setting_name to new_value, and returns that value. If is_loca