From 2a05f495f65ca5db29aad69dbf15a2929a3c105c Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 19 Apr 2022 11:26:01 +0900 Subject: [PATCH] doc: fix XML error --- doc/appendix-faq.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/appendix-faq.xml b/doc/appendix-faq.xml index 92c1f18f..49bc738c 100644 --- a/doc/appendix-faq.xml +++ b/doc/appendix-faq.xml @@ -367,9 +367,9 @@ - Why are some values in the filename>recovery.conf</filename> (PostgreSQL 11 and earlier) surrounded by pairs of single quotes? + Why are some values in <filename>recovery.conf</filename> (PostgreSQL 11 and earlier) surrounded by pairs of single quotes? - This is to ensure that user-supplied values which are written as parameter values in filename>recovery.conf + This is to ensure that user-supplied values which are written as parameter values in recovery.conf are escaped correctly and do not cause errors when the file is parsed.