pgsql: doc: double-quote use of %f, %p, and %r in literal commands.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: double-quote use of %f, %p, and %r in literal commands.
Date: 2025-11-14 14:09:16
Message-ID: E1vJuUG-006ZlW-2t@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: double-quote use of %f, %p, and %r in literal commands.

Path expansion might expose characters like spaces which would cause
command failure, so double-quote the examples. While %f doesn't need
quoting since it uses a fixed character set, it is best to be
consistent.

Discussion: https://postgr.es/m/aROPCQCfvKp9Htk4@momjian.us

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/43e6929bb2945553df021874914ade88743abc1f

Modified Files
--------------
doc/src/sgml/backup.sgml | 8 ++++----
doc/src/sgml/config.sgml | 4 ++--
doc/src/sgml/high-availability.sgml | 4 ++--
doc/src/sgml/ref/pgarchivecleanup.sgml | 4 ++--
src/backend/utils/misc/postgresql.conf.sample | 4 ++--
5 files changed, 12 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2025-11-14 14:12:33 Re: pgsql: doc: remove verbiage about "receiving" data from rep. slots
Previous Message Andres Freund 2025-11-14 14:05:07 Re: pgsql: doc: remove verbiage about "receiving" data from rep. slots