-
Notifications
You must be signed in to change notification settings - Fork 710
Open
Labels
good first issueGood for newcomersGood for newcomerstype/featureType: New feature.Type: New feature.
Milestone
Description
Is your feature request related to a problem? Please describe.
We have the following columns in rw_materialized_views and rw_tables system tables
initialized_at: Option<Timestamptz>,
created_at: Option<Timestamptz>,
initialized_at_cluster_version: Option<String>,
created_at_cluster_version: Option<String>,
risingwave/src/frontend/src/catalog/system_catalog/rw_catalog/rw_materialized_views.rs
Line 33 in 1365c12
| initialized_at: Option<Timestamptz>, |
However, we don't have such information for non-materialized views shown in rw_views. It will be useful to show them in rw_views as well.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstype/featureType: New feature.Type: New feature.