summaryrefslogtreecommitdiff
path: root/docs/build/unreleased/index_updates.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/unreleased/index_updates.rst')
-rw-r--r--docs/build/unreleased/index_updates.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/build/unreleased/index_updates.rst b/docs/build/unreleased/index_updates.rst
index a468c73..c210069 100644
--- a/docs/build/unreleased/index_updates.rst
+++ b/docs/build/unreleased/index_updates.rst
@@ -2,6 +2,7 @@
:tags: usecase, autogenerate, postgresql
Added support for autogenerate comparison of indexes on PostgreSQL which
- include SQL expressions; the previous warning that such indexes were
- skipped is now removed. This functionality requires SQLAlchemy 2.0.
- For older SQLAlchemy versions, these indexes are still skipped.
+ include SQL expressions, when using SQLAlchemy 2.0; the previous warning
+ that such indexes were skipped are removed when the new functionality
+ is in use. When using SQLAlchemy versions prior to the 2.0 series,
+ the indexes continue to be skipped with a warning.