pgsql: Fix capitalization in publication describe output.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix capitalization in publication describe output.
Date: 2026-04-13 05:29:12
Message-ID: E1wC9rD-000k9O-1c@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix capitalization in publication describe output.

Consistent with existing psql metadata display conventions, update the
description tags for EXCEPT publications to use lowercase for the second
word (e.g., "Except tables" instead of "Except Tables"). This aligns the
output style with other publication describe commands.

Author: Peter Smith <smithpb2250(at)gmail(dot)com>
Reviewed-by: vignesh C <vignesh21(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAHut+Pt3t_tCYwDStkj5fG4Z=YXrHvPBA7iGdh745QipC5zKeg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8f81c923516237fe842f800a77d4556f9dc35fe5

Modified Files
--------------
src/bin/psql/describe.c | 2 +-
src/test/regress/expected/publication.out | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2026-04-13 08:24:21 Re: pgsql: ssl: Serverside SNI support for libpq
Previous Message Amit Kapila 2026-04-13 04:42:50 pgsql: Fix excessive logging in idle slotsync worker.