psql: Describe partitioned tables/indexes as such
Alvaro Herrera <alvherre@alvh.no-ip.org>
psql: Describe partitioned tables/indexes as such In \d and \z, instead of conflating partitioned tables and indexes with plain ones, set the "type" column and table title differently to make the distinction obvious. A simple ease-of-use improvement. Author: Pavel Stehule, Michaël Paquier, Álvaro Herrera Reviewed-by: Amit Langote Discussion: https://postgr.es/m/CAFj8pRDMWPgijpt_vPj1t702PgLG4Ls2NCf+rEcb+qGPpossmg@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/describe.c | modified | +13 −6 |
| src/test/regress/expected/create_table.out | modified | +7 −7 |
| src/test/regress/expected/foreign_data.out | modified | +6 −6 |
| src/test/regress/expected/foreign_key.out | modified | +2 −2 |
| src/test/regress/expected/indexing.out | modified | +8 −8 |
| src/test/regress/expected/insert.out | modified | +2 −2 |
| src/test/regress/expected/rowsecurity.out | modified | +1 −1 |
Discussion
- ToDo: show size of partitioned table 106 messages · 2018-06-01 → 2019-04-17