From f2b089113326594e792010e1e35e1903a00a7685 Mon Sep 17 00:00:00 2001 From: Michael Eby Date: Thu, 30 Mar 2023 14:01:32 -0400 Subject: [PATCH] Alphabetize glossary entries --- docs/src/main/sphinx/glossary.rst | 46 +++++++++++++++---------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/src/main/sphinx/glossary.rst b/docs/src/main/sphinx/glossary.rst index d20926cdcb9c..2bedaff9c39a 100644 --- a/docs/src/main/sphinx/glossary.rst +++ b/docs/src/main/sphinx/glossary.rst @@ -13,12 +13,6 @@ Catalog the catalog connects to. For more information about catalogs, see :ref:`trino-concept-catalog`. -.. _glossCA: - -Certificate Authority (CA) - A trusted organization that signs and issues certificates. Its signatures - can be used to verify the validity of :ref:`certificates `. - .. _glossCert: Certificate @@ -28,6 +22,12 @@ Certificate server's private keys. Certificate format is specified in the `X.509 `_ standard. +.. _glossCA: + +Certificate Authority (CA) + A trusted organization that signs and issues certificates. Its signatures + can be used to verify the validity of :ref:`certificates `. + Cluster A Trino cluster provides the resources to run queries against numerous data sources. Clusters define the number of nodes, the configuration for the JVM @@ -51,6 +51,14 @@ Container read about `containers `_ in the Kubernetes documentation. +.. _glossDataSource: + +Data source + A system from which data is retrieved, for example, PostgreSQL or Iceberg on + S3 data. In Trino, users query data sources with :ref:`catalogs + ` that connect to each source. See + :ref:`trino-concept-data-sources` for more information. + .. _glossDataVirtualization: Data virtualization @@ -60,14 +68,6 @@ Data virtualization of the data, its format, or any other technical details involved in presenting the data. -.. _glossDataSource: - -Data source - A system from which data is retrieved, for example, PostgreSQL or Iceberg on - S3 data. In Trino, users query data sources with :ref:`catalogs - ` that connect to each source. See - :ref:`trino-concept-data-sources` for more information. - .. _glossGzip: gzip @@ -133,15 +133,6 @@ Open-source `_, and is therefore maintained by a community of contributors from all across the globe. -.. _glossPlugin: - -Plugin - A bundle of code implementing the Trino :doc:`Service Provider Interface - (SPI) ` that is used to add new :ref:`connectors - `, :doc:`data types `, :doc:`functions`, - :doc:`access control implementations `, and - other features of Trino. - .. _glossPEM: PEM file format @@ -158,6 +149,15 @@ PKCS #12 have ``.p12`` or ``.pfx`` extensions. This format is a less popular alternative to :ref:`PEM `. +.. _glossPlugin: + +Plugin + A bundle of code implementing the Trino :doc:`Service Provider Interface + (SPI) ` that is used to add new :ref:`connectors + `, :doc:`data types `, :doc:`functions`, + :doc:`access control implementations `, and + other features of Trino. + Presto and PrestoSQL The old name for Trino. To learn more about the name change to Trino, read `the history