Hacker News new | ask | show | jobs
by jakobegger 2941 days ago
Is there any connection state that is not stored in pg_settings? You can check that table to see what settings were overridden in the session.
1 comments

I believe what state the protocol is at and things like whether its still has rows in the buffer to be flushed on a query is not present there. But I'm not exactly sure. I'd love to be wrong.