Re: Fix how some lists are displayed by psql \d+

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Peter Smith <smithpb2250(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, Soumya S Murali <soumyamurali(dot)work(at)gmail(dot)com>
Subject: Re: Fix how some lists are displayed by psql \d+
Date: 2026-03-26 03:18:25
Message-ID: CAHGQGwFSJ9jqNLT3TAFtdwrSivRO9fP+=yckbiEgLuj8Baa8+A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Mar 20, 2026 at 12:49 PM Peter Smith <smithpb2250(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Sami Imseih 2026-03-26 03:31:28 Re: Refactor query normalization into core query jumbling
Previous Message Masahiko Sawada 2026-03-26 03:13:55 Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions