pgsql: Fix archive_command example

Lists: pgsql-committers
From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix archive_command example
Date: 2011-11-04 20:05:17
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Fix archive_command example

The given archive_command example didn't use %p or %f, which wouldn't
really work in practice.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/347e77beff08ac2e655696503a9dfbe98eb8742b

Modified Files
--------------
doc/src/sgml/backup.sgml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)