[COMMITTERS] pgsql: doc: Remove incorrect SCRAM protocol documentation - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: doc: Remove incorrect SCRAM protocol documentation
Date
Msg-id E1ds8Q5-0007VC-JN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Remove incorrect SCRAM protocol documentation

The documentation claimed that one should send
"pg_same_as_startup_message" as the user name in the SCRAM messages, but
this did not match the actual implementation, so remove it.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/089880ba9af5f95e1a3b050874a90dbe5c33fd61

Modified Files
--------------
doc/src/sgml/protocol.sgml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: [COMMITTERS] pgsql: docs: adjust "link mode" mention in pg_upgrade streaming steps
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Distinguish selectivity of < from <= and > from >=.