From 6604255e1d56855ab0b265a3609b324748a255e2 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Wed, 24 Dec 2025 09:14:31 +1100 Subject: [PATCH v2] DOCS - psql describe table can list publications and partitions --- doc/src/sgml/ref/psql-ref.sgml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index f56c702..afae293 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1299,9 +1299,9 @@ 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 - also shown. For foreign tables, the associated foreign - server is shown as well. + Associated indexes, constraints, rules, partition information, + publications, and triggers are also shown. For foreign tables, the + associated foreign server is shown as well. (Matching the pattern is defined in below.) @@ -1316,9 +1316,9 @@ SELECT $1 \parse stmt1 The command form \d+ is identical, except that more information is displayed: any comments associated with the columns of the table are shown, as is the presence of OIDs in the - table, the view definition if the relation is a view, a non-default - replica - identity setting and the + table, any partition tables, the view definition if the relation is a + view, a non-default + replica identity setting and the access method name if the relation has an access method. -- 1.8.3.1