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

From: Tatsuro Yamada <yamatattsu(at)gmail(dot)com>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Subject: Re: [PATCH] psql: add \dcs to list all constraints
Date: 2026-01-15 14:08:43
Message-ID: CAOKkKFuComYdLyMoepwqUDUEOYkOu2JG0RsQP3ioeth6PKARUQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Jim, Tom, and Chao,

On Thu, Jan 15, 2026 at 6:20 PM Tatsuro Yamada <yamatattsu(at)gmail(dot)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

Attachment Content-Type Size
v4-0001-Add-list-constraints-meta-command-dCN-on-psql.patch application/octet-stream 34.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Steven Niu 2026-01-15 14:20:36 Re: [PATCH] backup: Fix trivial typo and error message issues
Previous Message Andres Freund 2026-01-15 13:51:52 Re: Add missing JIT inline pass for llvm>=17