Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli/sql: the SQL shell should support more \d client-side commands like psql #95320

Closed
knz opened this issue Jan 16, 2023 · 0 comments · Fixed by #88061
Closed

cli/sql: the SQL shell should support more \d client-side commands like psql #95320

knz opened this issue Jan 16, 2023 · 0 comments · Fixed by #88061
Assignees
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)

Comments

@knz
Copy link
Contributor

knz commented Jan 16, 2023

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

@knz knz added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-sql-pgcompat Semantic compatibility with PostgreSQL A-cli-client CLI commands that pertain to using SQL features labels Jan 16, 2023
@knz knz self-assigned this Jan 16, 2023
@blathers-crl blathers-crl bot added the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Jan 16, 2023
@exalate-issue-sync exalate-issue-sync bot added T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) and removed T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Jan 16, 2023
@craig craig bot closed this as completed in ae2e8b8 Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant