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!
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Non blocking index creation | 1 | 43 | March 25, 2026 | |
| Running multiple databases (mssql,postgreSql): Syntax error occurs for createIndex | 0 | 405 | June 21, 2019 | |
| How to create conditional indexes using createIndex? | 6 | 9302 | September 24, 2013 | |
| Liquibase to add index for foreign key for postgres | 0 | 997 | February 28, 2017 | |
| Nonclusterd for postgresql | 3 | 676 | January 28, 2021 |