有没有办法列出 PostgreSQL 服务器?

发布于 2024-08-03 01:15:24 字数 128 浏览 11 评论 0原文

目前我正在将客户端写入 PostgreSQL 服务器。我想列出本地网络中运行 PostgreSQL 服务器的服务器的详细信息(IP 地址和端口号)。 libpq 或 libpqxx 中有一些方法吗?

问候
德瓦拉古达

Currently I am writing client to PostgreSQL servers. I want to list the details (ip address and port number) of the servers that is running PostgreSQL servers in the local network. Is there some methods in libpq or libpqxx ?

Regards

Devara Gudda

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

心头的小情儿 2024-08-10 01:15:24

PostgreSQL 支持“bonjour”,如果您的网络支持它并且 PostgreSQL 是用它构建的。

如果你没有,那么答案是否定的。最接近的方法是对 5432 上的网络进行端口扫描 - 但这仍然无法捕获其他端口上的侦听器。

PostgreSQL has support for "bonjour", if your network supports it and PostgreSQL is built with it.

If you don't have that, then the answer is no. The closest you can get is to portscan the network on 5432 - but that still won't catch listeners on other ports.

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