cli/sql: the SQL shell should support more \d
client-side commands like psql
#95320
Labels
A-cli-client
CLI commands that pertain to using SQL features
A-sql-pgcompat
Semantic compatibility with PostgreSQL
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Requested by @nvanbenschoten
Describe the problem
The
\d
commands as currently implemented do not support the same parameters (S
,+
, pattern) as inpsql
.Also, their output has fewer columns and less details than in
psql
.Expected behavior
The
\d
commands and related should be more like inpsql
.Epic: CRDB-23454
Jira issue: CRDB-23455
The text was updated successfully, but these errors were encountered: