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
- v4-0001-Add-list-constraints-meta-command-dCN-on-psql.patch (application/octet-stream) patch v4-0001
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