From 792d6edd5b53d31406bb7a25532a26d91ecb8851 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 10 Nov 2006 22:32:20 +0000 Subject: Clean up some misleading references to %p being a full path, per Simon. --- doc/src/sgml/backup.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index e71b61e324c..8bafaf4c214 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,4 +1,4 @@ - + Backup and Restore @@ -599,7 +599,7 @@ archive_command = 'test ! -f .../%f && cp %p .../%f' In writing your archive command, you should assume that the file names to be archived may be up to 64 characters long and may contain any combination of ASCII letters, digits, and dots. It is not necessary to - remember the original full path (%p) but it is necessary to + remember the original relative path (%p) but it is necessary to remember the file name (%f). -- cgit v1.2.3