-
Notifications
You must be signed in to change notification settings - Fork 112
Description
Hi — I recently submitted a PR (#693) adding a section about combining PGLT with a lock-mode analyzer in CI. It was closed, and I totally understand — unsolicited docs PRs from third-party tool authors can feel like marketing.
I wanted to ask in a lower-pressure way: would you be open to a small "Related tools" or "See also" mention in the CI guide? The idea is that PGLT validates SQL correctness (syntax, types, semantics), but doesn't analyze lock modes or runtime risk of DDL statements — which is a separate concern that teams running migrations care about.
I wrote a blog post explaining the two-tool CI pattern: syntax/semantic validation (PGLT) + lock-mode analysis. Happy to share the link once it's published if that's useful as a reference, even if it doesn't end up in the docs.
No pressure either way — just wanted to ask instead of showing up with another PR. Thanks for PGLT, it's a great tool.