pgsql: doc: Remove incorrect SCRAM protocol documentation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Remove incorrect SCRAM protocol documentation
Date: 2017-09-13 14:13:37
Message-ID: E1ds8Q5-0007VD-JQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL_10_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2017-09-13 14:54:48 Re: Re: [COMMITTERS] pgsql: Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition b
Previous Message Robert Haas 2017-09-13 13:53:10 Re: Re: [COMMITTERS] pgsql: Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition b