diff --git a/docs/src/main/sphinx/connector/alter-mv-set-properties-unsupported.fragment b/docs/src/main/sphinx/connector/alter-mv-set-properties-unsupported.fragment deleted file mode 100644 index bf5c5f88ddfe..000000000000 --- a/docs/src/main/sphinx/connector/alter-mv-set-properties-unsupported.fragment +++ /dev/null @@ -1,5 +0,0 @@ -ALTER MATERIALIZED VIEW SET PROPERTIES -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -The connector does not support :ref:`ALTER MATERIALIZED VIEW SET PROPERTIES -` statements. diff --git a/docs/src/main/sphinx/connector/hive.rst b/docs/src/main/sphinx/connector/hive.rst index 3c8b9ba2653d..ea9811a5658a 100644 --- a/docs/src/main/sphinx/connector/hive.rst +++ b/docs/src/main/sphinx/connector/hive.rst @@ -673,15 +673,13 @@ features: * :ref:`sql-data-management`, see also :ref:`hive-data-management` * :ref:`sql-schema-table-management` - * :ref:`sql-views-management` + * :ref:`sql-view-management` * :ref:`sql-security-operations`, see also :ref:`hive-sql-standard-based-authorization` * :ref:`sql-transactions` Refer to :doc:`the migration guide ` for practical advice on migrating from Hive to Trino. -.. include:: alter-mv-set-properties-unsupported.fragment - .. _hive-alter-table-execute: ALTER TABLE EXECUTE diff --git a/docs/src/main/sphinx/connector/iceberg.rst b/docs/src/main/sphinx/connector/iceberg.rst index e546cc778669..8ac816cd418a 100644 --- a/docs/src/main/sphinx/connector/iceberg.rst +++ b/docs/src/main/sphinx/connector/iceberg.rst @@ -124,11 +124,9 @@ supports the following features: * :doc:`/sql/insert` * :doc:`/sql/delete`, see also :ref:`iceberg-delete` * :ref:`sql-schema-table-management`, see also :ref:`iceberg-tables` -* :ref:`sql-materialized-views-management`, see also +* :ref:`sql-materialized-view-management`, see also :ref:`iceberg-materialized-views` -* :ref:`sql-views-management` - -.. include:: alter-mv-set-properties-unsupported.fragment +* :ref:`sql-view-management` .. _iceberg-alter-table-execute: @@ -740,7 +738,7 @@ The output of the query has the following columns: Materialized views ------------------ -The Iceberg connector supports :ref:`sql-materialized-views-management`. In the +The Iceberg connector supports :ref:`sql-materialized-view-management`. In the underlying system each materialized view consists of a view definition and an Iceberg storage table. The storage table name is stored as a materialized view property. The data is stored in that storage table. diff --git a/docs/src/main/sphinx/connector/system.rst b/docs/src/main/sphinx/connector/system.rst index e5850d2ff2cd..bb1b56da9e32 100644 --- a/docs/src/main/sphinx/connector/system.rst +++ b/docs/src/main/sphinx/connector/system.rst @@ -56,7 +56,7 @@ that can be set when creating a new table. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The materialized views table contains the following information about all -:ref:`materialized views `: +:ref:`materialized views `: .. list-table:: Metadata for materialized views :widths: 30, 70 diff --git a/docs/src/main/sphinx/language/sql-support.rst b/docs/src/main/sphinx/language/sql-support.rst index 317669668c69..4274c8c1d540 100644 --- a/docs/src/main/sphinx/language/sql-support.rst +++ b/docs/src/main/sphinx/language/sql-support.rst @@ -90,10 +90,10 @@ Data management * :doc:`/sql/delete` * :doc:`/sql/truncate` -.. _sql-materialized-views-management: +.. _sql-materialized-view-management: -Materialized views management -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Materialized view management +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * :doc:`/sql/create-materialized-view` * :doc:`/sql/alter-materialized-view` @@ -114,10 +114,10 @@ Schema and table management * :doc:`/sql/alter-schema` * :doc:`/sql/comment` -.. _sql-views-management: +.. _sql-view-management: -Views management -^^^^^^^^^^^^^^^^ +View management +^^^^^^^^^^^^^^^ * :doc:`/sql/create-view` * :doc:`/sql/drop-view`