Postgres create CONCURRENTLY index

Hi,

I was wondering if I can create a CONCURRENTLY index (postgres) PostgreSQL: Documentation: 9.5: CREATE INDEX using liquibase without using “sql” tag.

Thanks,
Gerardo

The Postgres-specific option is not currently supported unless you use the sql tag.

https://docs.liquibase.com/change-types/community/create-index.html

1 Like

thanks for the fast reply!

1 Like