pgsql: doc: clarify that auth. names are lower case and case-sensitive

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: clarify that auth. names are lower case and case-sensitive
Date: 2022-07-21 17:58:48
Message-ID: E1oEaRj-000bt1-Qd@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: clarify that auth. names are lower case and case-sensitive

This is true even for acronyms that are usually upper case, like LDAP.

Reported-by: Alvaro Herrera

Discussion: https://postgr.es/m/202205141521.2nodjabmsour@alvherre.pgsql

Backpatch-through: 10

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7fa2bdeda62e310c87713e8e48d2caaf452b401e

Modified Files
--------------
doc/src/sgml/client-auth.sgml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2022-07-21 18:25:08 pgsql: Make the name optional in CREATE STATISTICS.
Previous Message Tom Lane 2022-07-21 17:56:24 pgsql: Fix ruleutils issues with dropped cols in functions-returning-co