Skip to content

Commit

Permalink
Use consistent title for limitations section
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua authored and findepi committed Jul 25, 2020
1 parent bc99763 commit de70a06
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions presto-docs/src/main/sphinx/connector/kudu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions presto-docs/src/main/sphinx/connector/memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions presto-docs/src/main/sphinx/connector/memsql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions presto-docs/src/main/sphinx/connector/mysql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions presto-docs/src/main/sphinx/connector/oracle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions presto-docs/src/main/sphinx/connector/postgresql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions presto-docs/src/main/sphinx/connector/redshift.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions presto-docs/src/main/sphinx/connector/sqlserver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit de70a06

Please sign in to comment.