docs: explains how to use comment chars in passwords

This commit is contained in:
bergquist
2016-12-06 09:48:56 +01:00
parent 8f1ed07275
commit 464553a453
3 changed files with 3 additions and 1 deletions

View File

@@ -170,7 +170,7 @@ The database user (not applicable for `sqlite3`).
### password
The database user's password (not applicable for `sqlite3`).
The database user's password (not applicable for `sqlite3`). If the password contains `#` or `;` you have to wrap it with trippel quotes. Ex `"""#password;"""`
### ssl_mode