Re: [PATCH] psql: add \dcs to list all constraints

Tatsuro Yamada <yamatattsu@gmail.com>

From: Tatsuro Yamada <yamatattsu@gmail.com>
To: Chao Li <li.evan.chao@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Jim Jones <jim.jones@uni-muenster.de>, pgsql-hackers <pgsql-hackers@postgresql.org>, Álvaro Herrera <alvherre@kurilemu.de>
Date: 2026-01-15T14:08:43Z
Lists: pgsql-hackers

Attachments

Hi Jim, Tom, and Chao,

On Thu, Jan 15, 2026 at 6:20 PM Tatsuro Yamada <yamatattsu@gmail.com> wrote:

> The next patch will include the following changes based on your comments:
> - 1. Fix the commit message
>     - s/all kind/all kinds/
> - 2. Fix the error message
>     - s/dCN only takes [cfnptueSx+]/dCN only takes [cfnptue][Sx+]/
> - 4. Fix the help message
>     - s/\dCN[cfnptue] [Sx+] [PATTERN]/\dCN[cfnptue][Sx+] [PATTERN]/
> - 6. Simplify the code that sets the value of showAllkinds
>

The attached patch addresses Chao's comments.
Please find the attached file.

Regards,
Tatsuro Yamada