小编Mat*_*ina的帖子

在使用JSON中的postgres连接sublime文本时出错"psql:fe_sendauth:没有提供密码"

我尝试从sublime查询到我的数据库,但我不能发送DB的密码.

sql.sublime建造:

{
    "cmd": ["psql", "-U","user", "-d","my_database" ,"-o","final.txt","-a", "-E", "-f","$file" ]
}
Run Code Online (Sandbox Code Playgroud)

我尝试添加"-W","MyKey"或"-w"但不运行

postgresql json sublimetext3 postgresql-9.3

2
推荐指数
1
解决办法
3377
查看次数

标签 统计

json ×1

postgresql ×1

postgresql-9.3 ×1

sublimetext3 ×1