Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 65c9b8d

Browse files
committed
error if pg password is not set in pgpass.conf
1 parent 008b5df commit 65c9b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQLTools.sublime-settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
*/
5858
"cli_options": {
5959
"pgsql": {
60-
"options": [],
60+
"options": ["--no-password"],
6161
"before": [],
6262
"args": "-h {host} -p {port} -U {username} -d {database}",
6363
"queries": {

0 commit comments

Comments
 (0)