Nicholas Dujay

Results 3 comments of Nicholas Dujay

I found https://github.com/rjuju/pg_queryid and it looks like it's not easy to expose the fingerprinted query id to external applications easily

@blisabda thank you for linking me to that! that makes query blocking _way_ easier. i've been using that library in a new PR that i'm working on https://github.com/postgresml/pgcat/pull/525 and can...

I finally figured this out. The issue boils down to incompatibility with the strong_migrations gem. Here's a very simple `Rakefile` to reproduce the issue. ```ruby require 'rails' # need to...