PoC - psql - emphases line with table name in verbose output
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-03-29T16:42:46Z
Lists: pgsql-hackers
Attachments
- 0001-initial.patch (text/x-patch) patch 0001
Hi Sometimes I have to run vacuum verbose in environments with hundreds of tables. The result is pretty unreadable. Attached patch try introduce some emphasis of interesting lines from INFO output. It is proof concept if some game with output has some benefits or not. What do you think about this? Regards Pavel