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

\dC+ command in SQL shell gives an error #98407

Open
ianjevans opened this issue Mar 10, 2023 · 0 comments
Open

\dC+ command in SQL shell gives an error #98407

ianjevans opened this issue Mar 10, 2023 · 0 comments
Labels
C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.

Comments

@ianjevans
Copy link
Contributor

ianjevans commented Mar 10, 2023

Describe the problem

In master builds using cockroach demo I am able to list the type casts using \dC but \dC+ displays the following error:

[email protected]:26257/movr> \dC+
List of casts:
ERROR: column "c.tableoid" does not exist
SQLSTATE: 42703

According to #88061 this behavior should work.

To Reproduce

  1. Pull latest master.
  2. Build using /dev build short.
  3. Start demo using ./cockroach demo.
  4. Run \dC to show the type casts.
  5. Run \dC+ and see the error.

Expected behavior
The output of \dC with an additional Descriptions column.

Jira issue: CRDB-25249

@ianjevans ianjevans added the C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. label Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Projects
None yet
Development

No branches or pull requests

1 participant