Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Peter Smith <smithpb2250(at)gmail(dot)com>
Cc: Yuchen Li <liyuchen_xyz(at)163(dot)com>, vignesh C <vignesh21(at)gmail(dot)com>, Álvaro Herrera <alvherre(at)kurilemu(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+
Date: 2026-04-23 09:00:08
Message-ID: CAA4eK1L84p39jo3Uebwo1xMZADJ74B33FkJvudkFE8EtD7hhMQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Apr 23, 2026 at 6:04 AM Peter Smith <smithpb2250(at)gmail(dot)com> wrote:
>
> >
> > I would like to explicitly mention in the commit message that "Tag for
> > included publications was a pre-existing behavior but it is better to
> > change it for making it consistent with excluded publications tag. So,
> > how about a commit message as follows: "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."
> >
> > --
>
> OK, but the order what happened was a bit different.
>

Pushed.

--
With Regards,
Amit Kapila.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zhijie Hou (Fujitsu) 2026-04-23 09:07:22 RE: Parallel Apply
Previous Message Ayush Tiwari 2026-04-23 08:23:26 Re: [PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION