Thread: [HACKERS] SASL minor docs typo

[HACKERS] SASL minor docs typo

From
Jaime Casanova
Date:
Hi,

reading SASL docs found this typo:

in protocol.sgml:1356
"""
To begin a SASL authentication exchange, the server an AuthenticationSASL message.
"""

I guess it should say "the server sends an AuthenticationSASL message"

-- 
Jaime Casanova                      www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



Re: [HACKERS] SASL minor docs typo

From
Heikki Linnakangas
Date:
On 04/18/2017 08:50 PM, Jaime Casanova wrote:
> Hi,
>
> reading SASL docs found this typo:
>
> in protocol.sgml:1356
> """
> To begin a SASL authentication exchange, the server an AuthenticationSASL
>   message.
> """
>
> I guess it should say "the server sends an AuthenticationSASL message"

Yep, fixed. Thanks!

- Heikki