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
tuples = PQntuples(result);
if (tuples > 0)
- printTableAddFooter(&cont, _("Except Publications:"));
+ printTableAddFooter(&cont, _("Except publications:"));
/* Might be an empty set - that's ok */
for (i = 0; i < tuples; i++)
"testpub_tbl1_pkey" PRIMARY KEY, btree (id)
Publications:
"testpub_foralltables"
-Except Publications:
+Except publications:
"testpub_foralltables_excepttable"
"testpub_foralltables_excepttable1"
--------+---------+-----------+----------+---------
a | integer | | |
Partition of: testpub_root FOR VALUES FROM (0) TO (100)
-Except Publications:
+Except publications:
"testpub8"
\d testpub_root
--------+---------+-----------+----------+---------
a | integer | | |
Partition key: RANGE (a)
-Except Publications:
+Except publications:
"testpub8"
Number of partitions: 1 (Use \d+ to list them.)