Re: DOCS - "\d mytable" also shows any publications that publish mytable

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: DOCS - "\d mytable" also shows any publications that publish mytable
Date: 2025-12-22 21:12:49
Message-ID: CAHut+Ps+sqLtvdCs1wzNN-JaFE=6S=RRMFh-5a=Lhphmx6jgqQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

See here [1]

======
[1] https://www.postgresql.org/docs/current/app-psql.html#APP-PSQL-META-COMMAND-D

On Tue, Dec 23, 2025 at 8:07 AM Peter Smith <smithpb2250(at)gmail(dot)com> wrote:
>
> I was looking at "\d" documentation yesterday.
>
> The psql table describe (e.g. "\d mytable") will display a list of any
> "Publications:" that are publishing the specified table. Somehow, this
> ability had escaped being mentioned in the psql reference
> documentation.
>
> Here is a trivial patch to fix that omission.
>
> ======
> Kind Regards,
> Peter Smith.
> Fujitsu Australia

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Karlsson 2025-12-22 21:17:27 Re: DOCS - "\d mytable" also shows any publications that publish mytable
Previous Message Peter Smith 2025-12-22 21:07:56 DOCS - "\d mytable" also shows any publications that publish mytable