Re: psql: Option to use expanded mode for various meta-commands

Greg Sabino Mullane <htamfids@gmail.com>

From: Greg Sabino Mullane <htamfids@gmail.com>
To: Dean Rasheed <dean.a.rasheed@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-12-30T15:48:13Z
Lists: pgsql-hackers
I like this, very useful. It's a shame about the conflict with \dx (lesson
for the future: think extra carefully about option namings!). I am
impressed that \dx   \d   \d+   \d+x  and even \dxx all work as one might
intuit with this patch.

Cheers,
Greg

Commits

  1. psql: Add option to use expanded mode to all list commands.