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

sql: clean up and stabilize the output of SHOW CONSTRAINTS #3317

Closed
jseldess opened this issue Jul 2, 2018 · 0 comments
Closed

sql: clean up and stabilize the output of SHOW CONSTRAINTS #3317

jseldess opened this issue Jul 2, 2018 · 0 comments
Assignees
Milestone

Comments

@jseldess
Copy link
Contributor

jseldess commented Jul 2, 2018

PR: cockroachdb/cockroach#26478

From release notes:

The output columns for the statement SHOW CONSTRAINTS were changed. The previous interface was experimental; the new interface will now be considered stable. [#26478][#26478] {% comment %}doc{% endcomment %}

@jseldess jseldess added this to the 2.1 milestone Jul 2, 2018
@jseldess jseldess self-assigned this Aug 6, 2018
@jseldess jseldess added in progress and removed ready labels Aug 8, 2018
jseldess added a commit that referenced this issue Aug 8, 2018
Fixes #3467.
Fixes #3317.

This PR updates the primary places in the docs where we cover
SHOW statements. There may still be some out-dated examples,
but we can update those as we go.

This PR also combines SHOW CREATE TABLE, SHOW
CREATE VIEW, and SHOW CREATE SEQUENCE into a single SHOW
CREATE page, and removes the experimental status
from SHOW CONSTRAINTS.

EXPLAIN will be handled separately.
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