postgresql/src/bin
Fujii Masao 7bff9f106a psql: Make \d+ partition list formatting consistent with other objects
Previously, \d+ <table> displayed partitions differently from other object
lists: the first partition appeared on the same line as the "Partitions"
header. For example:

    Partitions: pt12 FOR VALUES IN (1, 2),
                pt34 FOR VALUES IN (3, 4)

This commit updates the output so that partitions are listed consistently
with other objects, with each entry on its own line starting below the header:

    Partitions:
        pt12 FOR VALUES IN (1, 2)
        pt34 FOR VALUES IN (3, 4)

Author: Peter Smith <smithpb2250@gmail.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Reviewed-by: Neil Chen <carpenter.nail.cz@gmail.com>
Reviewed-by: Greg Sabino Mullane <htamfids@gmail.com>
Reviewed-by: Soumya S Murali <soumyamurali.work@gmail.com>
Reviewed-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/CAHut+Pu1puO00C-OhgLnAcECzww8MB3Q8DCsvx0cZWHRfs4gBQ@mail.gmail.com
2026-03-30 11:06:42 +09:00
..
initdb ssl: Serverside SNI support for libpq 2026-03-18 12:37:11 +01:00
pg_amcheck Use pg_malloc_object() and pg_alloc_array() variants in frontend code 2026-02-27 18:59:41 +09:00
pg_archivecleanup Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_basebackup pg_createsubscriber: Add -l/--logdir option to redirect output to files. 2026-03-25 11:22:07 +05:30
pg_checksums Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_combinebackup Prevent restore of incremental backup from bloating VM fork. 2026-03-09 06:45:32 -04:00
pg_config Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_controldata Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_ctl Use pg_malloc_object() and pg_alloc_array() variants in frontend code 2026-02-27 18:59:41 +09:00
pg_dump Fix accidentally casting away const 2026-03-24 14:34:50 +01:00
pg_resetwal Fix variety of typos and grammar mistakes 2026-02-24 13:26:37 +09:00
pg_rewind Use pg_malloc_object() and pg_alloc_array() variants in frontend code 2026-02-27 18:59:41 +09:00
pg_test_fsync Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_test_timing Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_upgrade Don't leave behind files in src dir in 007_multixact_conversion.pl 2026-03-17 11:24:52 +02:00
pg_verifybackup pg_verifybackup: Enable WAL parsing for tar-format backups 2026-03-20 15:31:35 -04:00
pg_waldump Remove a low-value, high-risk optimization in pg_waldump. 2026-03-25 19:15:52 -04:00
pg_walsummary Fix accidentally cast away qualifiers 2026-01-26 16:02:31 +01:00
pgbench Use pg_malloc_object() and pg_alloc_array() variants in frontend code 2026-02-27 18:59:41 +09:00
pgevent Update copyright for 2026 2026-01-01 13:24:10 -05:00
psql psql: Make \d+ partition list formatting consistent with other objects 2026-03-30 11:06:42 +09:00
scripts Use pg_malloc_object() and pg_alloc_array() variants in frontend code 2026-02-27 18:59:41 +09:00
Makefile Update copyright for 2026 2026-01-01 13:24:10 -05:00
meson.build Update copyright for 2026 2026-01-01 13:24:10 -05:00