-
Notifications
You must be signed in to change notification settings - Fork 4.1k
cli/sql: the SQL shell should support more \d client-side commands like psql #95320
Copy link
Copy link
Closed
Closed
Copy link
Labels
A-cli-clientCLI commands that pertain to using SQL featuresCLI commands that pertain to using SQL featuresA-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Description
Requested by @nvanbenschoten
Describe the problem
The \d commands as currently implemented do not support the same parameters (S, +, pattern) as in psql.
Also, their output has fewer columns and less details than in psql.
Expected behavior
The \d commands and related should be more like in psql.
Epic: CRDB-23454
Jira issue: CRDB-23455
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-cli-clientCLI commands that pertain to using SQL featuresCLI commands that pertain to using SQL featuresA-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)