diff --git a/presto-docs/src/main/sphinx/connector/kudu.rst b/presto-docs/src/main/sphinx/connector/kudu.rst index 30017b9bc756d..fae431ce23433 100644 --- a/presto-docs/src/main/sphinx/connector/kudu.rst +++ b/presto-docs/src/main/sphinx/connector/kudu.rst @@ -586,8 +586,8 @@ Example:: See also `Column Properties`_. -Known limitations ------------------ +Limitations +----------- - Only lower case table and column names in Kudu are supported. - Using a secured Kudu cluster has not been tested. diff --git a/presto-docs/src/main/sphinx/connector/memory.rst b/presto-docs/src/main/sphinx/connector/memory.rst index 35d29f145e130..3997b230540c6 100644 --- a/presto-docs/src/main/sphinx/connector/memory.rst +++ b/presto-docs/src/main/sphinx/connector/memory.rst @@ -42,8 +42,8 @@ Drop table:: DROP TABLE memory.default.nation; -Memory Connector Limitations ----------------------------- +Limitations +----------- * After ``DROP TABLE`` memory is not released immediately. It is released after the next write access to memory connector. diff --git a/presto-docs/src/main/sphinx/connector/memsql.rst b/presto-docs/src/main/sphinx/connector/memsql.rst index 879ddb3172feb..a5a78a2c095db 100644 --- a/presto-docs/src/main/sphinx/connector/memsql.rst +++ b/presto-docs/src/main/sphinx/connector/memsql.rst @@ -3,7 +3,7 @@ MemSQL Connector ================ The MemSQL connector allows querying and creating tables in an external -MemSQL database. The MemSQL connector is very similar to the MySQL +MemSQL database. The MemSQL connector is very similar to the MySQL connector with the only difference being the underlying driver. Configuration @@ -57,8 +57,8 @@ Finally, you can access the ``clicks`` table in the ``web`` database:: If you used a different name for your catalog properties file, use that catalog name instead of ``memsql`` in the above examples. -MemSQL Connector Limitations ----------------------------- +Limitations +----------- The following SQL statements are not yet supported: diff --git a/presto-docs/src/main/sphinx/connector/mysql.rst b/presto-docs/src/main/sphinx/connector/mysql.rst index 0b70c510f92a9..a1aab3e654db2 100644 --- a/presto-docs/src/main/sphinx/connector/mysql.rst +++ b/presto-docs/src/main/sphinx/connector/mysql.rst @@ -71,8 +71,8 @@ Finally, you can access the ``clicks`` table in the ``web`` database:: If you used a different name for your catalog properties file, use that catalog name instead of ``mysql`` in the above examples. -MySQL Connector Limitations ---------------------------- +Limitations +----------- The following SQL statements are not yet supported: diff --git a/presto-docs/src/main/sphinx/connector/oracle.rst b/presto-docs/src/main/sphinx/connector/oracle.rst index fdba3c8f6a04e..c949bcb56e268 100644 --- a/presto-docs/src/main/sphinx/connector/oracle.rst +++ b/presto-docs/src/main/sphinx/connector/oracle.rst @@ -58,8 +58,8 @@ Finally, you can access the ``clicks`` table in the ``web`` database:: If you used a different name for your catalog properties file, use that catalog name instead of ``oracle`` in the above examples. -Oracle Connector Limitations ----------------------------- +Limitations +----------- The following SQL statements are not yet supported: diff --git a/presto-docs/src/main/sphinx/connector/postgresql.rst b/presto-docs/src/main/sphinx/connector/postgresql.rst index 3d11e0e90c58c..e002b0c8a9bff 100644 --- a/presto-docs/src/main/sphinx/connector/postgresql.rst +++ b/presto-docs/src/main/sphinx/connector/postgresql.rst @@ -89,8 +89,8 @@ Finally, you can access the ``clicks`` table in the ``web`` schema:: If you used a different name for your catalog properties file, use that catalog name instead of ``postgresql`` in the above examples. -PostgreSQL Connector Limitations --------------------------------- +Limitations +----------- The following SQL statements are not yet supported: diff --git a/presto-docs/src/main/sphinx/connector/redshift.rst b/presto-docs/src/main/sphinx/connector/redshift.rst index dfe878ae36b3c..29fcedf189e8b 100644 --- a/presto-docs/src/main/sphinx/connector/redshift.rst +++ b/presto-docs/src/main/sphinx/connector/redshift.rst @@ -62,8 +62,8 @@ Finally, you can access the ``clicks`` table in the ``web`` schema:: If you used a different name for your catalog properties file, use that catalog name instead of ``redshift`` in the above examples. -Redshift Connector Limitations ------------------------------- +Limitations +----------- The following SQL statements are not yet supported: diff --git a/presto-docs/src/main/sphinx/connector/sqlserver.rst b/presto-docs/src/main/sphinx/connector/sqlserver.rst index 4a1572da23b6b..14d9ae11f2014 100644 --- a/presto-docs/src/main/sphinx/connector/sqlserver.rst +++ b/presto-docs/src/main/sphinx/connector/sqlserver.rst @@ -64,8 +64,8 @@ Finally, you can query the ``clicks`` table in the ``web`` schema:: If you used a different name for your catalog properties file, use that catalog name instead of ``sqlserver`` in the above examples. -SQL Server Connector Limitations --------------------------------- +Limitations +----------- Presto supports connecting to SQL Server 2016, SQL Server 2014, SQL Server 2012 and Azure SQL Database.