Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c875b7c commit d86b949Copy full SHA for d86b949
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