From: Heikki Linnakangas Date: Wed, 28 Apr 2010 07:34:11 +0000 (+0000) Subject: Add recovery.conf parameters to the documentation index, per suggestion X-Git-Tag: REL9_0_BETA1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f9fe24b105d31a80a506cd7bfa963a43ee6c916;p=postgresql Add recovery.conf parameters to the documentation index, per suggestion by Fujii Masao. --- diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml index 58fa5b0b10..041b2bc614 100644 --- a/doc/src/sgml/recovery-config.sgml +++ b/doc/src/sgml/recovery-config.sgml @@ -1,4 +1,4 @@ - + Recovery Configuration @@ -36,6 +36,9 @@ restore_command (string) + + restore_command recovery parameter + The shell command to execute to retrieve an archived segment of @@ -72,6 +75,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows restartpoint_command (string) + + restartpoint_command recovery parameter + This parameter specifies a shell command that will be executed at @@ -98,6 +104,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows recovery_end_command (string) + + recovery_end_command recovery parameter + This parameter specifies a shell command that will be executed once only @@ -129,6 +138,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows recovery_target_time (timestamp) + + recovery_target_time recovery parameter + This parameter specifies the time stamp up to which recovery @@ -144,6 +156,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows recovery_target_xid (string) + + recovery_target_xid recovery parameter + This parameter specifies the transaction ID up to which recovery @@ -166,6 +181,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows recovery_target_inclusive (boolean) + + recovery_target_inclusive recovery parameter + Specifies whether we stop just after the specified recovery target @@ -185,6 +203,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows recovery_target_timeline (string) + + recovery_target_timeline recovery parameter + Specifies recovering into a particular timeline. The default is @@ -207,6 +228,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows standby_mode (boolean) + + standby_mode recovery parameter + Specifies whether to start the PostgreSQL server as @@ -221,6 +245,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows primary_conninfo (string) + + primary_conninfo recovery parameter + Specifies a connection string to be used for the standby server @@ -254,6 +281,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows trigger_file (string) + + trigger_file recovery parameter + Specifies a trigger file whose presence ends recovery in the