pgsql: Add more message pluralization

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add more message pluralization
Date: 2012-06-14 23:03:50
Message-ID: E1SfJ4w-0006aK-Gr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add more message pluralization

Even though we can't do much about the case with multiple plurals in
one sentence, we can fix the other cases.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d933092e0ab55ed95615977e50963f969ac9793d

Modified Files
--------------
src/backend/commands/dbcommands.c | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2012-06-15 05:52:36 Re: pgsql: New SQL functons pg_backup_in_progress() and pg_backup_start_tim
Previous Message Robert Haas 2012-06-14 19:20:51 pgsql: Improve readability and error messages in pg_backup_start_time.