Re: How to interpret the salt sent in the AuthenticationMD5Password message from the server.

2020-09-16 Thread Tom Lane
PG Doc comments form writes: > In short, what is the format of the salt sent to the server? I think you might have a conceptual error here. The salt is sent from the server to you, not the other way around. It's just four random bytes in the AuthenticationMD5Password message, which I'm pretty s

How to interpret the salt sent in the AuthenticationMD5Password message from the server.

2020-09-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/protocol-message-types.html Description: I'm creating a postgresql client in gdscript (you can answer my question even if you don't know how to code in gdscript). To do this I use the pos

Re: Fix the example in the document of file-fdw

2020-09-16 Thread Fujii Masao
On 2020/09/15 16:59, Michael Paquier wrote: On Tue, Sep 15, 2020 at 04:43:39PM +0900, Fujii Masao wrote: So ISTM our consensus is to apply the proposed patch. Barring any objection, I will do that. No objections from here at the end. Pushed. Thanks! Regards, -- Fujii Masao Advanced Comp