Class AddIndexConcurrently

Create an index using PostgreSQL's CREATE INDEX CONCURRENTLY syntax.

Declaration

class AddIndexConcurrently(NotInTransactionMixin, AddIndex)
source link

Documentation

Methods