Fix capitalization in publication describe output.

Amit Kapila <akapila@postgresql.org>

Commit: 8f81c923516237fe842f800a77d4556f9dc35fe5
Author: Amit Kapila <akapila@postgresql.org>
Date: 2026-04-13T05:24:16Z
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@gmail.com>
Reviewed-by: vignesh C <vignesh21@gmail.com>
Discussion: https://postgr.es/m/CAHut+Pt3t_tCYwDStkj5fG4Z=YXrHvPBA7iGdh745QipC5zKeg@mail.gmail.com

Files

PathChange+/−
src/bin/psql/describe.c modified +1 −1
src/test/regress/expected/publication.out modified +3 −3

Discussion