监控 Postgres 数据库查询
有没有一种简单的方法可以在(Windows XP)环境中监视 Postgres 数据库查询。我正在测试一些新代码,并怀疑在某些情况下查询在某些条件下会被重复/重复。
最简单/最好的方法是什么 - 我只需要一些简单的东西 - 基本上是查询的时间戳和语法。
Is there an easy way to monitor Postgres db queries in a (Windows XP) environment. I'm testing some new code and suspect that in some cases queries are being duplicated/repeated under certain conditions.
What is the easiest/best way to do this - I just need something simple - basically the timestamp and syntax of the query.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将以下行添加到配置文件中:
重新启动后,您的日志文件包含所有语句。
Just add the following line into the config file:
After a restart your logfile contains all statements.