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 <[email protected]> Reviewed-by: vignesh C <[email protected]> Discussion: https://postgr.es/m/CAHut+Pt3t_tCYwDStkj5fG4Z=yxrhvpba7igdh745qipc5z...@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(-)
