From 421a2c48328c88eb31f6b29979218f0a350bb739 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Wed, 17 Apr 2019 18:35:41 -0400 Subject: Tie loose ends in psql's new \dP command * Remove one unnecessary pg_class join in SQL command. Not needed, because we use a regclass cast instead. * Doc: refer to "partitioned relations" rather than specifically tables, since indexes are also displayed. * Rename "On table" column to "Table", for consistency with \di. Author: Justin Pryzby Discussion: https://postgr.es/m/20190407212525.GB10080@telsasoft.com --- doc/src/sgml/ref/psql-ref.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 636df6c0ec4..d5441a9e411 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1675,15 +1675,15 @@ testdb=> If the modifier n (nested) is used, - or a pattern is specified, then non-root partitioned tables are + or a pattern is specified, then non-root partitioned relations are included, and a column is shown displaying the parent of each partitioned relation. - If + is appended to the command, the sum of sizes of - table's partitions (including that of their indexes) is also displayed, - along with the associated description. + If + is appended to the command name, the sum of the + sizes of each relation's partitions is also displayed, along with the + relation's description. If n is combined with +, two sizes are shown: one including the total size of directly-attached leaf partitions, and another showing the total size of all partitions, -- cgit v1.2.3