Re: Pasword expiration warning

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
Cc: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>, 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>, Euler Taveira <euler(at)eulerto(dot)com>
Subject: Re: Pasword expiration warning
Date: 2026-02-04 21:00:03
Message-ID: aYOzU1zrcExB6ayJ@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Feb 04, 2026 at 12:56:18PM -0800, Jacob Champion wrote:
> On Wed, Feb 4, 2026 at 12:22 PM Nathan Bossart <nathandbossart(at)gmail(dot)com> wrote:
>> Fair enough. The main problem we need to figure out for that approach is
>> how to handle plurals without "(s)".
>
> Euler pointed out upthread that the _() call should be replaced with
> ngettext(). Or is there a reason you need the more complicated
> errmsg_plural() machinery?

Ah, that's what I was looking for, thanks. I missed that earlier message.

--
nathan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Euler Taveira 2026-02-04 21:12:07 Re: Pasword expiration warning
Previous Message Jacob Champion 2026-02-04 20:56:18 Re: Pasword expiration warning