DOCS - "\d mytable" also shows any publications that publish mytable
Peter Smith <smithpb2250@gmail.com>
From: Peter Smith <smithpb2250@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-22T21:07:56Z
Lists: pgsql-hackers
Attachments
- v1-0001-DOCS-psql-describe-table-can-list-publications.patch (application/octet-stream)
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