On 29.04.22 11:09, Alvaro Herrera wrote:
+ <para> + Be mindful that arguments to options <option>--auth</option>, + <option>--auth-local</option>, <option>--encoding</option>, + <option>--locale</option> (and all <option>--lc-*</option> options) are + case-sensitive. + </para>
Almost all arguments of command-line options of all PostgreSQL tools are case-sensitive. Consider the initdb -U option for example. By pointing out a couple of specific cases, wouldn't we also create more confusion about options not mentioned?
(I'm not sure about the case-sensitivity of the locale options. That could be OS-dependent.)