pgsql: psql: Improve describe footer titles for publications.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Improve describe footer titles for publications.
Date: 2026-04-23 08:45:44
Message-ID: E1wFpgu-002I25-0i@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)kurilemu(dot)de>
Author: Peter Smith <smithpb2250(at)gmail(dot)com>
Reviewed-by: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Reviewed-by: vignesh C <vignesh21(at)gmail(dot)com>
Reviewed-by: Yuchen Li <liyuchen_xyz(at)163(dot)com>
Discussion: https://postgr.es/m/aeDs7iZUox1bbKAK%40alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2e1d4fdb10e6636a7ab64f801d880b4d326ab822

Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 8 +++---
src/bin/psql/describe.c | 12 ++++-----
src/test/regress/expected/alter_table.out | 2 +-
src/test/regress/expected/publication.out | 43 +++++++++++++++++++------------
src/test/regress/sql/publication.sql | 2 ++
5 files changed, 39 insertions(+), 28 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2026-04-23 10:59:38 pgsql: Move REPACK (CONCURRENTLY) test out of stock regression tests
Previous Message Peter Eisentraut 2026-04-23 06:10:06 pgsql: Avoid casting void * function arguments