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-Tag: REL9_5_ALPHA1~714 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=347c74320d10bee458d1fec159aeda7143d31bfb;p=thirdparty%2Fpostgresql.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 3ce96f1f2aa..b56edb01024 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)