Re: Two round for Client Authentication

Yinjie Lin <exialin37@gmail.com>

From: Yinjie Lin <exialin37@gmail.com>
To: marko@joh.to, david.g.johnston@gmail.com
Cc: pgsql-hackers@postgresql.org
Date: 2018-06-15T06:02:50Z
Lists: pgsql-hackers
Many thanks to Marko and David for your reply. It really helped.

Now I am playing with extension auth_delay, which uses
ClientAuthentication_hook. But I find it not easy to distinguish the first
connection of psql from the second one with empty password, since the
variable 'status' are both STATUS_EOF. Maybe I should dive into the code
deeper.

Regards,