Re: Fix how some lists are displayed by psql \d+ - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Fix how some lists are displayed by psql \d+
Date
Msg-id CAHGQGwFSJ9jqNLT3TAFtdwrSivRO9fP+=yckbiEgLuj8Baa8+A@mail.gmail.com
Whole thread Raw
In response to Re: Fix how some lists are displayed by psql \d+  (Peter Smith <smithpb2250@gmail.com>)
Responses Re: Fix how some lists are displayed by psql \d+
List pgsql-hackers
On Fri, Mar 20, 2026 at 12:49 PM Peter Smith <smithpb2250@gmail.com> wrote:
>
> Ping, This thread has been idle for about 6 weeks but AFAIK the patch
> is good to go.
>
> Is there any else I can do to help move it forwards?

I like the updated \d+ display. The patch looks good to me.
So, barring objections, I'm thinking to commit it.

BTW, with these changes there appear to be no remaining callers of
pg_wcswidth() in the core. I'm not sure if we should remove it,
or keep it for reference or potential external use, though.

Regards,

--
Fujii Masao



pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions
Next
From: Sami Imseih
Date:
Subject: Re: Refactor query normalization into core query jumbling