Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
pg端,检查一下postgresql.conf,看看listen那一行是不是写着listen = "localhost",是的话,改成listen = "*"
然后pg_hba.conf把访问限制取消,具体查文档。