Comment by atombender
Comment by atombender 17 hours ago
The creator looks like a developer and teacher, not a Postgres core team member. So I assume this is for documentation purposes.
I actually like this a lot, as there isn't a single place in the Postgres documentation that lists all the possible locks; it's spread out all over. Having a quick reference for what kinds of commands you'd be blocking with your transaction is valuable.
It's pretty evident that the pages have been programmatically generated, but I'd love know what it's generated from. I think you can derive this information from the documentation, but not sure if you can do it in an automated way without an LLM.
> there isn't a single place in the Postgres documentation that lists all the possible locks
Did you read this page? https://www.postgresql.org/docs/current/explicit-locking.htm...