From 36abb89c50ffaf449a4d0bb328e799eb4fd9560e Mon Sep 17 00:00:00 2001 From: Peter Smith 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 pattern, show all columns, their types, the tablespace (if not the default) and any special attributes such as NOT NULL 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. (Matching the pattern is defined in -- 1.8.3.1