Re: scram-sha-256 authentication

2021-01-05 Thread Michael Paquier
On Tue, Jan 05, 2021 at 09:12:58AM -0500, Jonathan S. Katz wrote: > I am not sure what your end goal is, but there are a few ways to create > the hashed SCRAM verifier: > > - Using the \password flag in "psql" > - Using one of the connection drivers that interfaces with libpq's > PQencryptPassword

Re: Typo in manual

2021-01-05 Thread Bruce Momjian
On Tue, Jan 5, 2021 at 06:32:11AM +, Tang, Haiying wrote: > Hi > > I think there's a typo in the manual so I tried to fix it. Also, I changed > some description for better reading. > Please take a check at my attached patch. Any comment is welcome. Agreed, applied to all branches, thanks.

Re: .pgdump file extension

2021-01-05 Thread Bruce Momjian
On Sat, Jan 2, 2021 at 01:10:26PM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/13/app-pgdump.html > Description: > > Please consider entering a suggested name extension for pg_dump files in > cu

Re: scram-sha-256 authentication

2021-01-05 Thread Jonathan S. Katz
On 1/4/21 12:04 PM, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/11/auth-password.html > Description: > > How do you encode a plain password to the corresponding SCRAM-SHA-256 > encryption? Using online

scram-sha-256 authentication

2021-01-05 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/auth-password.html Description: How do you encode a plain password to the corresponding SCRAM-SHA-256 encryption? Using online tools I obtain a result in a different format the in e.g. the