Replace live view with refreshable since the former is deprecated

This commit is contained in:
Damian Kula 2024-09-09 16:46:17 +02:00 committed by GitHub
parent 420bc3a072
commit 86c3b9d185
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ sidebar_label: VIEW
# CREATE VIEW
Creates a new view. Views can be [normal](#normal-view), [materialized](#materialized-view), [live](#live-view-deprecated), and [window](#window-view-experimental) (live view and window view are experimental features).
Creates a new view. Views can be [normal](#normal-view), [materialized](#materialized-view), [refreshable materialized](#refreshable-materialized-view), and [window](#window-view-experimental) (live view and window view are experimental features).
## Normal View