Hello and first thanks for your great project!
Could you please expand on information in README: If you use disable_ddl_transaction!, no lock timeout will occur?
I don't understand why using disable_ddl_transaction would cancel need for lock timeouts. As I understand regardless if it is used or not, ACCESS EXCLUSIVE lock needs to be obtained on table?
Is this because this gem is designed to work together with PGBouncer in transaction mode?