If you use Liquibase in your project, at some point you might want to add index to your tables. Something like: But you would get an error, saying that “CREATE INDEX CONCURRENTLY cannot run inside a transaction block”. After some googling you find…
If you use Liquibase in your project, at some point you might want to add index to your tables. Something like: But you would get an error, saying that “CREATE INDEX CONCURRENTLY cannot run inside a transaction block”. After some googling you find…