Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id 35511B5DC15 for ; Tue, 20 Sep 2011 10:18:03 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.243]) (amavisd-maia, port 10024) with ESMTP id 89792-10 for ; Tue, 20 Sep 2011 13:17:56 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0-rc2 Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mail.postgresql.org (Postfix) with SMTP id CFEF6B5DC09 for ; Tue, 20 Sep 2011 10:17:55 -0300 (ADT) Received: (qmail invoked by alias); 20 Sep 2011 13:17:52 -0000 Received: from fsgw.f-secure.com (EHLO [10.128.133.18]) [193.110.108.33] by mail.gmx.net (mp003) with SMTP; 20 Sep 2011 15:17:52 +0200 X-Authenticated: #495269 X-Provags-ID: V01U2FsdGVkX19ZxpFPX7xZNm7GOVhK7m+11Rj+oGQhsTsirQvn2u kQxlDa6lWy318A Subject: somewhat wrong archive_command example From: Peter Eisentraut To: pgsql-docs Content-Type: text/plain; charset="UTF-8" Date: Tue, 20 Sep 2011 16:17:51 +0300 Message-ID: <1316524671.9044.12.camel@fsopti579.F-Secure.com> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-2.403 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.504 X-Spam-Level: X-Archive-Number: 201109/55 X-Sequence-Number: 6976 At http://www.postgresql.org/docs/current/static/continuous-archiving.html we say """ Many people choose to use scripts to define their archive_command, so that their postgresql.conf entry looks very simple: archive_command = 'local_backup_script.sh' """ It seems to me, however, that even a simple archive_command like that ought to contain at least %p, right?