v1-0001-DOCS-psql-describe-table-can-list-publications.patch

application/octet-stream

Filename: v1-0001-DOCS-psql-describe-table-can-list-publications.patch
Type: application/octet-stream
Part: 0
Message: DOCS - "\d mytable" also shows any publications that publish mytable
From 36abb89c50ffaf449a4d0bb328e799eb4fd9560e Mon Sep 17 00:00:00 2001
From: Peter Smith <peter.b.smith@fujitsu.com>
Date: Tue, 23 Dec 2025 07:54:06 +1100
Subject: [PATCH v1] DOCS - psql describe table can list publications

---
 doc/src/sgml/ref/psql-ref.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index f56c702..c0ff203 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -1299,7 +1299,7 @@ SELECT $1 \parse stmt1
         <replaceable class="parameter">pattern</replaceable>, show all
         columns, their types, the tablespace (if not the default) and any
         special attributes such as <literal>NOT NULL</literal> or defaults.
-        Associated indexes, constraints, rules, and triggers are
+        Associated indexes, constraints, rules, publications, and triggers are
         also shown.  For foreign tables, the associated foreign
         server is shown as well.
         (<quote>Matching the pattern</quote> is defined in
-- 
1.8.3.1