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

From Álvaro Herrera
Subject Re: [PATCH] psql: add \dcs to list all constraints
Date
Msg-id 202601191308.7tlkwng3qcpy@alvherre.pgsql
Whole thread Raw
In response to Re: [PATCH] psql: add \dcs to list all constraints  (Tatsuro Yamada <yamatattsu@gmail.com>)
Responses Re: [PATCH] psql: add \dcs to list all constraints
List pgsql-hackers
On 2026-Jan-19, Tatsuro Yamada wrote:

Hello,

> # Summary
> The following changes are planned for the next patch:
> 
> - Changed the query (using UNION ALL)
> - Changed the columns and their order (and the sort order accordingly):
> - Schema | Table | Type | Name | Definition
> - Toggle definition verbosity with the + option
> - Added a test case: \dCN cust*.order*
> 
> The following items will not be included for now (as they are not critical):
> 
> - Option to switch sort order
>   (e.g., sort by constraint name vs. table name)
> - Improved command name checking logic

Yeah, that sounds good to me.

Thanks!

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
"No deja de ser humillante para una persona de ingenio saber
que no hay tonto que no le pueda enseñar algo." (Jean B. Say)



pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: Logical Replication of sequences
Next
From: Robert Haas
Date:
Subject: Re: pg_waldump: support decoding of WAL inside tarfile