Jobin Augustine
Jobin Augustine
Fix is included in the commit https://github.com/jobinau/pg_gather/commit/b93e1aa996be602716ecc83c37ab0500b7ab4b30
Commit https://github.com/jobinau/pg_gather/commit/e1114729f40ffc1648c7faed8b84cc17bc209fbc pushes the pg_sleep into prepared statements, eliminating the need to send to the server again and again.
Thank you, @ylacancellera, for this feedback. This is something I also thought about previously. Unfortunately, I didn't see many cases of people using Prepared transactions / Distributed transactions / Two-phase...
aah, that is an interesting requirement. that makes sense. Basically, we need to rule out the possibility of some distributed transactions holding any xmin reference. Right ? If yes, we...
Thank you, @psvampa , This is important. This can make the data more human-readable and understandable. I have been thinking about this for quite some time. Technically the SQL statement...
Added this modification as part of the commit: https://github.com/jobinau/pg_gather/commit/96de71e60cf8f4b3368766da87b06b1e1e630e09
Anyone who would like to help the development with testing this feature/modification before the next release, please replace `gather_report.sql` with `dev/report.sql` for generating the report. Any feedback would be great.
This is addressed in the commit : https://github.com/jobinau/pg_gather/commit/331590b7d0845f9148f41a1ff6527b5f93a5d053 Testing in progress. Possibly update the documentation later based on test feedbacks.
A simple `psql -X -f gather_schema.sql -f out.txt` should work now. basic units tests show successful results
Thanks. This important improvement which is necessary. The current UI is a bit cluttered, especially the table information. The plan is to improve the UI first and ad this feature.