pg_savior icon indicating copy to clipboard operation
pg_savior copied to clipboard

Feature: Add support for blocking create index without concurrently

Open viggy28 opened this issue 10 months ago • 0 comments

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.

viggy28 avatar Apr 15 '24 04:04 viggy28