Class RemoveIndexConcurrently

Remove an index using PostgreSQL's DROP INDEX CONCURRENTLY syntax.

Declaration

class RemoveIndexConcurrently(NotInTransactionMixin, RemoveIndex)
source link

Documentation

Methods