Quoting of *_command arguments

2025-11-11 Thread Bruce Momjian
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 instances. I can also go the other way and rem

Re: Use uppercase keywords in foreign key tutorial

2025-11-11 Thread Peter Eisentraut
On 10.11.25 04:15, jian he wrote: On Thu, Nov 6, 2025 at 11:06 AM David Rowley wrote: I reviewed this and double checked you left "uPDaTE" in [1]. Found no issues, so pushed. hi. in doc/src/sgml/func/func-matching.sgml substring(string similar pattern escape escape-character) or us