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

PR #88061 - clisqlshell: new infrastructure for describe commands #16361

Open
cockroach-teamcity opened this issue Feb 25, 2023 · 0 comments
Open

Comments

@cockroach-teamcity
Copy link
Member

Related PR: cockroachdb/cockroach#88061
Commit: cockroachdb/cockroach@0c81bd1
Epic: https://cockroachlabs.atlassian.net/browse/CRDB-23454
Fixes: cockroachdb/cockroach#95320


Release note (cli change): The SQL shell (cockroach sql, demo) now
supports the client-side commands \l, \dn, \d, \di, \dm,
\ds, \dt, \dv, \dC, \dT, \dd, \dg, \du and \dd in a
way similar to psql, including the modifier flags S and +, for
convenience for users migrating from PostgreSQL.

A notable difference is that when a pattern argument is specified, it
should use the SQL "LIKE" syntax (with % representing the wildcard
character) instead of PostgreSQL's glob-like syntax (with *
representing wildcards).

Co-authored-by: Nathan VanBenschoten [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant