mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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
This commit is contained in:
@ -1675,15 +1675,15 @@ testdb=>
|
||||
|
||||
<para>
|
||||
If the modifier <literal>n</literal> (<quote>nested</quote>) 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.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
If <literal>+</literal> 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 <literal>+</literal> 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 <literal>n</literal> is combined with <literal>+</literal>, two
|
||||
sizes are shown: one including the total size of directly-attached
|
||||
leaf partitions, and another showing the total size of all partitions,
|
||||
|
Reference in New Issue
Block a user