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

Commit 25482cd

Browse files
committed
Mention pg password in default Connections file
1 parent 9c9c4cd commit 25482cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SQLToolsConnections.sublime-settings

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
"port" : 5432,
2929
"database": "dbname",
3030
"username": "anotheruser",
31+
// for PostgreSQL "password" is optional (setup "pgpass.conf" file instead)
32+
"password": "password",
3133
"encoding": "utf-8"
32-
// for PostgreSQL "password" is not needed, instead setup "pgpass.conf" file
3334
},
3435
"Connection Oracle": {
3536
"type" : "oracle",

0 commit comments

Comments
 (0)