Re: Quoting of *_command arguments

2025-11-12 Thread Bruce Momjian
On Wed, Nov 12, 2025 at 02:45:16PM +0100, Peter Eisentraut wrote: > On 11.11.25 20:31, Bruce Momjian wrote: > > We inconsistently double-quote the "%f" and "%p" arguments of > > "archive_command" and "restore_command". Paths with spaces or special > > characters, especially directory names in thes

Re: Quoting of *_command arguments

2025-11-12 Thread Peter Eisentraut
On 11.11.25 20:31, Bruce Momjian wrote: We inconsistently double-quote the "%f" and "%p" arguments of "archive_command" and "restore_command". Paths with spaces or special characters, especially directory names in these cases, would need double-quotes. This patch adds double-quotes to all insta