Tie loose ends in psql's new \dP command
Alvaro Herrera <alvherre@alvh.no-ip.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/psql-ref.sgml | modified | +4 −4 |
| src/bin/psql/describe.c | modified | +3 −4 |
| src/test/regress/expected/psql.out | modified | +8 −8 |
Documentation touched
Discussion
- ToDo: show size of partitioned table 106 messages · 2018-06-01 → 2019-04-17