监控 Postgres 数据库查询

发布于 2024-11-01 03:31:01 字数 141 浏览 0 评论 0原文

有没有一种简单的方法可以在(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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

她如夕阳 2024-11-08 03:31:01

只需将以下行添加到配置文件中:

log_min_duration_statement = 0  

重新启动后,您的日志文件包含所有语句。

Just add the following line into the config file:

log_min_duration_statement = 0  

After a restart your logfile contains all statements.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文