Skip to content

Commit

Permalink
Document ALTER SCHEMA ... RENAME support for JDBC connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
hashhar committed Jan 13, 2022
1 parent fd2069f commit f9de866
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ALTER SCHEMA
^^^^^^^^^^^^

The connector supports renaming a schema with the ``ALTER SCHEMA RENAME``
statement. ``ALTER SCHEMA SET AUTHORIZATION`` is not supported.
2 changes: 2 additions & 0 deletions docs/src/main/sphinx/connector/postgresql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ statements, the connector supports the following features:

.. include:: alter-table-limitation.fragment

.. include:: alter-schema-limitation.fragment

.. _postgresql-pushdown:

Pushdown
Expand Down
11 changes: 5 additions & 6 deletions docs/src/main/sphinx/connector/redshift.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,10 @@ statements, the connector supports the following features:
* :doc:`/sql/insert`
* :doc:`/sql/delete`
* :doc:`/sql/truncate`
* :doc:`/sql/create-table`
* :doc:`/sql/create-table-as`
* :doc:`/sql/drop-table`
* :doc:`/sql/create-schema`
* :doc:`/sql/drop-schema`
* :doc:`/sql/comment`
* :ref:`sql-schema-table-management`

.. include:: sql-delete-limitation.fragment

.. include:: alter-table-limitation.fragment

.. include:: alter-schema-limitation.fragment

0 comments on commit f9de866

Please sign in to comment.