Re: Parametrization minimum password lenght - Mailing list pgsql-hackers

From Bertrand Drouvot
Subject Re: Parametrization minimum password lenght
Date
Msg-id Z2U1sMCSAIcexeae@ip-10-97-1-34.eu-west-3.compute.internal
Whole thread Raw
In response to Re: Parametrization minimum password lenght  (Bertrand Drouvot <bertranddrouvot.pg@gmail.com>)
List pgsql-hackers
On Thu, Dec 19, 2024 at 09:57:31AM -0600, Nathan Bossart wrote:
> On Thu, Dec 19, 2024 at 09:36:17AM -0600, Nathan Bossart wrote:
> > On Thu, Dec 19, 2024 at 07:25:30AM +0000, Bertrand Drouvot wrote:
> >> -                     errmsg("password is too short")));
> >> +                     errmsg("password is too short: %d (< %d)", pwdlen, min_password_length)));
> > 
> > I think we should explicitly point to the parameter and note its current
> > value.
> 
> Like so.

LGTM.

Regards,

-- 
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: Re: proposal: schema variables
Next
From: Amit Kapila
Date:
Subject: Re: Introduce XID age and inactive timeout based replication slot invalidation