sql: provide table comments for virtual tables #32964
Labels
A-docs
A-sql-vtables
Virtual tables - pg_catalog, information_schema etc
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
E-easy
Easy issue to tackle, requires little or no CockroachDB experience
help wanted
Help is requested / needed by the one who filed the issue to fix it.
This is pursuant of #32442 towards #19472.
During interactive sessions or troubleshooting it would be convenient to be able to inspect the description of vtables, especially
crdb_internal
tables which do not have public doc.The new support for COMMENT ON would enable this, supposing that comments are populated statically for all vtables.
This improvement requires completion of #32963 as prerequisite.
The text was updated successfully, but these errors were encountered: