From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
Cc: | "Gregory Stark (as CFM)" <stark(dot)cfm(at)gmail(dot)com>, "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Raising the SCRAM iteration count |
Date: | 2023-03-27 01:38:26 |
Message-ID: | ZCDzknh7oA9BkiNn@paquier.xyz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sun, Mar 26, 2023 at 11:14:37PM +0200, Daniel Gustafsson wrote:
> > On 25 Mar 2023, at 01:56, Michael Paquier <michael(at)paquier(dot)xyz> wrote:
> >
> > On Fri, Mar 24, 2023 at 09:56:29AM +0100, Daniel Gustafsson wrote:
> >> I've actually ripped out the test in question in the attached v9 to have it
> >> ready and building green in CFbot.
> >
> > While reading through v9, I have noticed a few things.
>
> The attached rebase fixes all of these comments, and features a slightly
> reworded commit message. I plan to go ahead with this tomorrow to close the CF
> patch item.
Looks OK by me.
+ "SELECT substr(rolpassword,1,19)
I would have perhaps used a regexp_replace() for that. What you have
here is of course fine, so feel free to ignore :p
--
Michael
From | Date | Subject | |
---|---|---|---|
Next Message | Kirk Wolak | 2023-03-27 02:24:42 | Re: Documentation Not Compiling (http://docbook... not https:.//...) |
Previous Message | Peter Smith | 2023-03-27 01:33:25 | Re: Data is copied twice when specifying both child and parent table in publication |