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
5 changes: 5 additions & 0 deletions docs/src/main/sphinx/admin/properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ applicable) their corresponding :ref:`session properties
<session-properties-definition>`, that may be used to tune Trino or alter its
behavior when required.

The following pages are not a complete list of all configuration and
session properties available in Trino, and do not include any connector-specific
catalog configuration properties. For more information on catalog configuration
properties, refer to the :doc:`connector documentation </connector/>`.

.. toctree::
:titlesonly:

Expand Down
7 changes: 5 additions & 2 deletions docs/src/main/sphinx/installation/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,11 @@ This holds the following configuration:

* Node Properties: environmental configuration specific to each node
* JVM Config: command line options for the Java Virtual Machine
* Config Properties: configuration for the Trino server
* Catalog Properties: configuration for :doc:`/connector` (data sources)
* Config Properties: configuration for the Trino server. See the
:doc:`/admin/properties` for available configuration properties.
* Catalog Properties: configuration for :doc:`/connector` (data sources).
The available catalog configuration properties for a connector are described
in the respective connector documentation.

.. _node_properties:

Expand Down