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

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

From
Greg Sabino Mullane
Date:
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

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

From
Greg Sabino Mullane
Date:
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

So in the end, I decided to just add a sentence to each command's description, keeping it as
short as possible.

Yes, that makes sense.

Cheers,
Greg