Skip to content

Commit

Permalink
document backslash escaping in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orgrim committed May 11, 2021
1 parent b942f68 commit 1d6f207
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ the name of the database being dumped, this permits to dump.
To connect to PostgreSQL, use the `-h`, `-p`, `-U` and `-d` options. If you
need less known connection options such as `sslcert` and `sslkey`, you can give
a `keyword=value` libpq connection string like `pg_dump` and `pg_dumpall`
accept with their `-d` option.
accept with their `-d` option. When using connection strings, backslashes must
be escaped (doubled), as well as literal single quotes (used as string
delimiters).

The other command line options let you tweak what is dumped, purged, and how
it is done. These options can be put in a configuration file. The command line
Expand Down

0 comments on commit 1d6f207

Please sign in to comment.