Kaarel Moppel

Results 14 comments of Kaarel Moppel

Hi! Yes, could be useful...will keep it on mind and adjust the source accordingly when doing some content changes. Btw, are there any tools to do such re-formatting automatically?

Thanks for the suggestion! Currently I just added your comments to "intro"...for splitting the two apart would probably need some more samples for pure SQL functions - do you have...

Hi! Idea is good actually...but I'm not sure how to do it properly. Has anyone a good idea?

It's still valid sadly...

Useful for test instances with lots of DBs for example. Pretty straightforward patch, security (relying on psycopg2 parameter parsing) shouldn't also be a problem as user anyways has access to...

Hey Stefan! Ah yes, the linter. Hmm, but seems the failing code lines are actually the old one. And after running "autopep8 -i pg_view.py" I got around 30 other formatting...

Yes, I agree. Current logic of just blindly grabbing 2 latest schemas in case of numbered "API schemas" is error-prone and meant for our usual "happy" cases. What we could...

Changed the constant from 2 to 4 (last schemas) now. https://github.com/zalando/PGObserver/commit/284d3b4f5696923fa0dbdb7562d98ef8687d4290

Hey, created PR https://github.com/zalando/pg_view/pull/72

Also an idea would be to have a possibility to show only queries from a specific (list/pattern) of user, and then also other queries that are being blocked by this...