From 00d89cafb16ae25de2ef0c580493e59957a84f68 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Thu, 9 Apr 2009 09:39:52 -0700 Subject: [PATCH] Updating sample config file to reflect escaping needed for timestamps. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 05075ba..6b404e1 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ The following is an idea of what the configuration file, located at path = /opt/local/lib/postgresql83/bin/pg_dump [TimestampRename options] - format = %Y%m%d + format = %%Y%%m%%d [Bzip options] path = /usr/bin/bzip2