Re: [PATCH] psql: add \dcs to list all constraints - Mailing list pgsql-hackers

From Tatsuro Yamada
Subject Re: [PATCH] psql: add \dcs to list all constraints
Date
Msg-id CAOKkKFuComYdLyMoepwqUDUEOYkOu2JG0RsQP3ioeth6PKARUQ@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] psql: add \dcs to list all constraints  (Tatsuro Yamada <yamatattsu@gmail.com>)
List pgsql-hackers
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


Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Add missing JIT inline pass for llvm>=17
Next
From: Steven Niu
Date:
Subject: Re: [PATCH] backup: Fix trivial typo and error message issues