Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
也就是客户端机器上的一个本地文件,有默认的“host”、“port”、“user”值等,这样我就不用每次都在命令行输入了?
将密码文件与以下行一起使用:
hostname:port:database:username:password
如果你总是登录到同一个 host:db:port:user 那么这将使它:
*:*:*:*:mypassword
您可以使用psql适当的参数为用户、数据库、主机定义一个(或多个)别名。或者设置一些环境值。
psql