Re: Pasword expiration warning

From: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: Gilles Darold <gilles(at)darold(dot)net>, Japin Li <japinli(at)hotmail(dot)com>, Yuefei Shi <shiyuefei1004(at)gmail(dot)com>, songjinzhou <tsinghualucky912(at)foxmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, liu xiaohui <liuxh(dot)zj(dot)cn(at)gmail(dot)com>, Steven Niu <niushiji(at)gmail(dot)com>
Subject: Re: Pasword expiration warning
Date: 2026-02-02 20:25:42
Message-ID: CAN4CZFMRj+5q_5UYWTa7zZSR-bS+y4bhkNzZZPow09NK1muNfg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello!

In the commit message:

> This commit adds a new parameter called
> parameter_expiration_warning_threshold that controls when the

That should be password expiration warning

It is also clearer to me with expiration in it, without that I would
think about a complexity warning first.

And in the documentation:

+ default is 7 days. This parameter can only set in the

That should be "can only be set"

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2026-02-02 20:31:02 Re: Pasword expiration warning
Previous Message Antonin Houska 2026-02-02 19:39:59 Re: Adding REPACK [concurrently]