disqus / pgshovel

A change data capture system for PostgreSQL
Apache License 2.0
11 stars 3 forks source link

Add tool to break interactively locks preventing DDL during set administration commands. #13

Open tkaemming opened 9 years ago

tkaemming commented 9 years ago

I think this was @tail's idea.

This would involve terminating backends that are blocking DDL operations (such as trigger installation) that require table locks, instead of having to query pg_locks manually. This should allow any set configuration changes to be performed faster.