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
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
thanks for the fast reply!