pg_dump_options documentation
Apologies ahead of time if this available somewhere, but I've scoured the documentaion and could not find mention of pg_dump_options anywhere outside of the comment in the sample config file Can we get some kind of documentation or example of how to use the pg_dump_options parameter?
Hi,
this parameter lets users add any option they want to the pg_dump command line executed by pg_back. pg_back will always use pg_dump with some options, mainly the format and connection options. Use the verboe mode (-v) to show the commands run by pg_back and check these extra options are correct.
Regards
Thank you. Perhaps a commented out example in the sample config file would be enough to clarify usage. For example, it may not be immediately obvious if multiple options should be space or comma seperated