From: Heikki Linnakangas Date: Tue, 24 Feb 2015 12:41:13 +0000 (+0200) Subject: Fix recovery_command -> restore_command typo in 8.3 release notes. X-Git-Url: http://git.postgresql.org/gitweb/static/tut_user.html?a=commitdiff_plain;h=347c74320d10bee458d1fec159aeda7143d31bfb;p=users%2Fheikki%2Fpostgres.git Fix recovery_command -> restore_command typo in 8.3 release notes. Kyotaro Horiguchi --- diff --git a/doc/src/sgml/release-8.3.sgml b/doc/src/sgml/release-8.3.sgml index 3ce96f1f2a..b56edb0102 100644 --- a/doc/src/sgml/release-8.3.sgml +++ b/doc/src/sgml/release-8.3.sgml @@ -5303,7 +5303,7 @@ Fix incorrect archive truncation point calculation for the - %r macro in recovery_command parameters + %r macro in restore_command parameters (Simon)