pg_savior
pg_savior copied to clipboard
Feature: Add support for blocking create index without concurrently
Create index https://www.postgresql.org/docs/current/sql-createindex.html by default blocks the access to the table. Adding the keyword "concurrently", it does avoid the issue.