Migrated issue, originally created by Iuri de Silvio ()
Is it possible to use the CONCURRENTLY statement to create my Postgres index?
CONCURRENTLY
该提问来源于开源项目:sqlalchemy/alembic
收起
Michael Bayer () wrote:
easiest way right now is just emit op.execute("CREATE INDEX ... CONCURRENTLY ...")
op.execute("CREATE INDEX ... CONCURRENTLY ...")
For a feature add here please submit a pull request to SQLAlchemy, providing "postgresql_concurrently" as an option to the Index construct..thanks!
Index
报告相同问题?