We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9978a commit a243569Copy full SHA for a243569
doc/src/sgml/sources.sgml
@@ -538,6 +538,14 @@ Hint: The addendum, written as a complete sentence.
538
variables that will not contain words (for example, operator names).
539
</para>
540
541
+ <para>
542
+ In messages containing configuration variable names, do not include quotes
543
+ when the names are visibly not natural English words, such as when they
544
+ have underscores, are all-uppercase or have mixed case. Otherwise, quotes
545
+ must be added. Do include quotes in a message where an arbitrary variable
546
+ name is to be expanded.
547
+ </para>
548
+
549
<para>
550
There are functions in the backend that will double-quote their own output
551
as needed (for example, <function>format_type_be()</function>). Do not put
0 commit comments