DSN doc: need to escape commas in password

This commit is contained in:
frank-cizmich
2015-05-22 17:57:30 -03:00
parent 66c74af47b
commit 5128019009
23 changed files with 42 additions and 0 deletions

View File

@@ -3047,6 +3047,7 @@ Connect to host.
short form: -p; type: string
Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid
@@ -3139,6 +3140,7 @@ Connect to host.
dsn: password; copy: yes
Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P