Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

4 changes: 1 addition & 3 deletions docs/src/main/sphinx/connector/hive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </appendix/from-hive>` for practical advice on migrating from Hive to Trino.

.. include:: alter-mv-set-properties-unsupported.fragment

.. _hive-alter-table-execute:

ALTER TABLE EXECUTE
Expand Down
8 changes: 3 additions & 5 deletions docs/src/main/sphinx/connector/iceberg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/connector/system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <sql-materialized-views-management>`:
:ref:`materialized views <sql-materialized-view-management>`:

.. list-table:: Metadata for materialized views
:widths: 30, 70
Expand Down
12 changes: 6 additions & 6 deletions docs/src/main/sphinx/language/sql-support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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`
Expand Down