pgsql: doc: Mention how to use quotes with GUC names in error messages

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Mention how to use quotes with GUC names in error messages
Date: 2023-11-30 05:19:41
Message-ID: E1r8ZSf-007us4-FR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Masahiko Sawada 2023-11-30 05:30:15 pgsql: Add tests for XID wraparound.
Previous Message Michael Paquier 2023-11-30 05:12:01 pgsql: Apply quotes more consistently to GUC names in logs