v2-0001-DOCS-psql-describe-table-can-list-publications-an.patch
application/octet-stream
Filename: v2-0001-DOCS-psql-describe-table-can-list-publications-an.patch
Type: application/octet-stream
Part: 0
From 6604255e1d56855ab0b265a3609b324748a255e2 Mon Sep 17 00:00:00 2001
From: Peter Smith <peter.b.smith@fujitsu.com>
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
<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
- 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.
(<quote>Matching the pattern</quote> is defined in
<xref linkend="app-psql-patterns"/> below.)
</para>
@@ -1316,9 +1316,9 @@ SELECT $1 \parse stmt1
The command form <literal>\d+</literal> 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
- <link linkend="sql-altertable-replica-identity">replica
- identity</link> setting and the
+ table, any partition tables, the view definition if the relation is a
+ view, a non-default <link linkend="sql-altertable-replica-identity">
+ replica identity</link> setting and the
<link linkend="sql-create-access-method">access method</link> name
if the relation has an access method.
</para>
--
1.8.3.1