docs
docs copied to clipboard
sql: show hidden columns in SHOW CREATE TABLE
Jesse Seldess commented:
PR: https://github.com/cockroachdb/cockroach/pull/59828
From release notes:
Hidden columns (created by using
NOT VISIBLEor implicitly created via hash sharded indexes, a lack of a primary key definition, or by usingREGIONAL BY ROW) will now display withNOT VISIBLEannotations on [SHOW CREATE TABLE](../v21.1/show-create-table.html]. [#59828][#59828) {% comment %}doc{% endcomment %}
Jira Issue: DOC-1046
IDK if we need to explicitly document this...
@rmloveland You okay with me closing this?
I think we probably do need to at least mention this in docs. The reason is that the "hidden-ness" of the crdb_region column (or a computed column equivalent) is a thing one may need to have at least some understanding of, depending on what one is doing
However, as with some of the other small items I don't think this is blocking for the v21.1 release, can be a follow-up