psql: Improve describe footer titles for publications.
Amit Kapila <akapila@postgresql.org>
psql: Improve describe footer titles for publications. The psql describe (`\d`) footer titles were previously unintuitive when listing publications that included or excluded specific tables. Even though the tag for included publications was pre-existing, it is better to update it to "Included in publications:" to match the phrasing of the "Excluded from publications:" tag. Footer titles for sequence and schema descriptions have been updated similarly to maintain consistency. Reported-by: Álvaro Herrera <alvherre@kurilemu.de> Author: Peter Smith <smithpb2250@gmail.com> Reviewed-by: Amit Kapila <amit.kapila16@gmail.com> Reviewed-by: vignesh C <vignesh21@gmail.com> Reviewed-by: Yuchen Li <liyuchen_xyz@163.com> Discussion: https://postgr.es/m/aeDs7iZUox1bbKAK%40alvherre.pgsql
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/logical-replication.sgml | modified | +4 −4 |
| src/bin/psql/describe.c | modified | +6 −6 |
| src/test/regress/expected/alter_table.out | modified | +1 −1 |
| src/test/regress/expected/publication.out | modified | +26 −17 |
| src/test/regress/sql/publication.sql | modified | +2 −0 |
Discussion
- EXCEPT TABLE - Case inconsistency for describe \d and \dRp+ 19 messages · 2026-04-10 → 2026-04-23