Skip to content

Commit 851663f

Browse files
Julian Vanden Broeckorgrim
authored andcommitted
Improve comment/doc for pg_dump_options config
1 parent b26b6a7 commit 851663f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pg_back.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,10 @@ purge_min_keep = 0
106106
# Number of pg_dump commands to run concurrently.
107107
jobs = 1
108108

109-
# inject these options to pg_dump
109+
# This parameter specifies additional command-line options that will be passed
110+
# directly to the pg_dump commands. Some essential options (such as format and
111+
# connection), are automatically included and should not be specified. pg_back
112+
# verbose mode can help identify which options are used.
110113
pg_dump_options =
111114

112115
# When dumping from a hot standby server, wait for exclusive locks to

0 commit comments

Comments
 (0)