You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is now possible to use the NOT VISIBLE qualifier for new column definitions in [CREATE TABLE](../v21.1/create-table.html]. This causes the column to become "hidden". Hidden columns are not considered when using * in SELECT clauses. Note that CockroachDB already supported hidden columns (e.g., rowid, which is added automatically when a table definition has no PRIMARY KEY constraint]. This change adds the opportunity for end-users to define their own hidden columns. It is intended for use in combination with other features related to geo-partitioning introduced in v21.1, which offer more control about how geo-partitioning keys get exposed to client ORMs and other automated tools that inspect the SQL schema. [#58923)[#58923) {% comment %}doc{% endcomment %}
Jesse Seldess commented:
PR: cockroachdb/cockroach#58923
From release notes:
Jira Issue: DOC-1045
The text was updated successfully, but these errors were encountered: