PostgreSQLでCREATE INDEX CONCURRENTLYを使用する際にIF NOT EXISTSをつけると危うい状況になる場合があるらしい。IF NOT EXISTSではなくDROPしてからCREATEを推奨。なるほど?
---
Stop Relying on IF NOT EXISTS for Concurrent Index Creation in PostgreSQL
https://www.shayon.dev/post/2024/225/stop-relying-on-if-not-exists-for-concurrent-index-creation-in-postgresql/
#bookmarks