Re: Pasword expiration warning

Zsolt Parragi <zsolt.parragi@percona.com>

From: Zsolt Parragi <zsolt.parragi@percona.com>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: Gilles Darold <gilles@darold.net>, Japin Li <japinli@hotmail.com>, Yuefei Shi <shiyuefei1004@gmail.com>, songjinzhou <tsinghualucky912@foxmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Andrew Dunstan <andrew@dunslane.net>, Tom Lane <tgl@sss.pgh.pa.us>, liu xiaohui <liuxh.zj.cn@gmail.com>, Steven Niu <niushiji@gmail.com>
Date: 2026-02-02T20:25:42Z
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"



Commits

  1. Add password expiration warnings.