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

Dean Rasheed <dean.a.rasheed@gmail.com>

From: Dean Rasheed <dean.a.rasheed@gmail.com>
To: Greg Sabino Mullane <htamfids@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-01-14T17:10:02Z
Lists: pgsql-hackers
On Thu, 9 Jan 2025 at 03:18, Greg Sabino Mullane <htamfids@gmail.com> wrote:
>
> On Wed, Jan 8, 2025 at 8:44 AM Dean Rasheed <dean.a.rasheed@gmail.com> wrote:
>>
>> Attached is a more complete patch
>
> +1, looks good
>

Thanks for looking. I've pushed this now.

(I realised that I had missed \lo_list, so I added support for that
too, since it would have been odd to allow "x" in \dl, but not
\lo_list.)

Regards,
Dean



Commits

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