propose-mrs_operation-guide-lts-748-RST repair #1

Merged
mikacur merged 3 commits from propose-mrs_operation-guide-lts-748 into main 2023-11-16 16:06:12 +00:00
Showing only changes of commit a4b3b82b18 - Show all commits

View File

@ -27,7 +27,7 @@ For details about the SQL statements for materialized views, see :ref:`Table 1 <
+-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Showing materialized views | Show all MVs whose catalog name is **mv** and schema name is **mvschema**. | show materialized views from mvschema; | **mvschema** indicates the schema name. The value of **catalog** is fixed to **mv**. | | Showing materialized views | Show all MVs whose catalog name is **mv** and schema name is **mvschema**. | show materialized views from mvschema; | **mvschema** indicates the schema name. The value of **catalog** is fixed to **mv**. |
+-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| | Use the LIKE clause to filter the materialized views whose names meet the rule expression. | show MATERIALIZED VIEWs in mvschema tables like '``*``mvtb_0001'; | **mvschema** indicates the schema name. | | | Use the LIKE clause to filter the materialized views whose names meet the rule expression. | show MATERIALIZED VIEWs in mvschema tables like ``*`` mvtb_0001; | **mvschema** indicates the schema name. |
+-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Querying the statement for creating a materialized view | Query the statement for creating the the materialized view of **mv.default.mv1**. | show create materialized view mv.default.mv1; | **mv1** indicates the name of the materialized view. | | Querying the statement for creating a materialized view | Query the statement for creating the the materialized view of **mv.default.mv1**. | show create materialized view mv.default.mv1; | **mv1** indicates the name of the materialized view. |
+-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+