Обсуждение: pgsql: Fix capitalization in publication describe output.

Поиск
Список
Период
Сортировка

pgsql: Fix capitalization in publication describe output.

От
Amit Kapila
Дата:
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

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(-)