"Jonathan S. Katz" <jk...@postgresql.org> writes: > On 12/15/22 10:50 AM, David G. Johnston wrote: >> I suggest changing it to: >> SET configuration_parameter { TO | = } { value [, ...] | DEFAULT }
> +1 in general. I would also suggest we add an example in the Examples > section to show what the output is when you add single-quotes. I think the core problem here is that the syntax diagram and discussion don't clearly discuss the behavior for list values. David's version of the syntax diagram looks fine, but not sure about the text. There likely needs to be some explicit acknowledgement of the fact that some GUCs act differently than others (cf GUC_LIST_INPUT and GUC_LIST_QUOTE flags). +1 for examples, for sure. regards, tom lane