pgsql: doc: Mention how to use quotes with GUC names in error messages - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Mention how to use quotes with GUC names in error messages
Date
Msg-id E1r8ZSf-007us4-FR@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Mention how to use quotes with GUC names in error messages

Quotes should not be used except if a GUC name is a natural English
word.

Author: Álvaro Herrera
Discussion: https://postgr.es/m/CAHut+Pv-kSN8SkxSdoHano_wPubqcg5789ejhCDZAcLFceBR-w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a243569bf65c5664436e8f63d870b7ee9c014dcb

Modified Files
--------------
doc/src/sgml/sources.sgml | 8 ++++++++
1 file changed, 8 insertions(+)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Apply quotes more consistently to GUC names in logs
Next
From: Masahiko Sawada
Date:
Subject: pgsql: Add tests for XID wraparound.