From 10b3c9581b1c4b5430ba119b67adf3c3a9ba29fe Mon Sep 17 00:00:00 2001 From: Joe Lodin Date: Mon, 24 Oct 2022 12:56:55 -0400 Subject: [PATCH] Document MySQL and PostgreSQL support for fault tolerant execution writes --- docs/src/main/sphinx/admin/fault-tolerant-execution.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/src/main/sphinx/admin/fault-tolerant-execution.rst b/docs/src/main/sphinx/admin/fault-tolerant-execution.rst index 9def35bbfd66..b8f1f0d3d484 100644 --- a/docs/src/main/sphinx/admin/fault-tolerant-execution.rst +++ b/docs/src/main/sphinx/admin/fault-tolerant-execution.rst @@ -43,8 +43,13 @@ depending on the desired :ref:`retry policy `. * Fault-tolerant execution of :ref:`read operations ` is supported by all connectors. * Fault tolerant execution of :ref:`write operations ` - is only supported by the :doc:`/connector/delta-lake`, - :doc:`/connector/hive`, and :doc:`/connector/iceberg`. + is supported by the following connectors: + + * :doc:`/connector/delta-lake` + * :doc:`/connector/hive` + * :doc:`/connector/iceberg` + * :doc:`/connector/mysql` + * :doc:`/connector/postgresql` The following configuration properties control the behavior of fault-tolerant execution on a Trino cluster: