This commit is contained in:
AlonM
2020-11-14 19:13:21 +02:00
parent 1f6e7faa9c
commit f8613e1007
2 changed files with 7 additions and 0 deletions
@@ -781,6 +781,8 @@ using the ``postgresql_where`` keyword argument::
Index('my_index', my_table.c.id, postgresql_where=my_table.c.value > 10)
.. _postgresql_operator_classes:
Operator Classes
^^^^^^^^^^^^^^^^
@@ -171,6 +171,11 @@ class ExcludeConstraint(ColumnCollectionConstraint):
If set, emit WHERE <predicate> when issuing DDL
for this constraint.
:param ops:
Optional dictionary. Used to define operator classes for the
elements.
See :ref:`_postgresql_operator_classes`
"""
columns = []
render_exprs = []