PostgreSQL Connection URL

前端 未结 6 1997
离开以前
离开以前 2020-12-02 03:50

How is the PostgreSQL connection URL formed, when the host is some other computer than the localhost?

I have allowed PostgreSQL to accept requests from outside.

6条回答
  •  Happy的楠姐
    2020-12-02 04:38

    host or hostname would be the i.p address of the remote server, or if you can access it over the network by computer name, that should work to.

提交回复
热议问题