Open tkaemming opened 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.
pg_locks
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.