diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-08-23 11:55:21 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-08-23 11:57:17 +0300 |
commit | 6c6a4153338c2b2e33203bfb02a26ff8e3d2abd4 (patch) | |
tree | 0eb608f2e18363a6a25db83bef9a75aee77c0859 /doc/src | |
parent | 2ab15afcdd28ce3d52a9b01d41f67687ac7170d8 (diff) | |
download | postgresql-6c6a4153338c2b2e33203bfb02a26ff8e3d2abd4.tar.gz postgresql-6c6a4153338c2b2e33203bfb02a26ff8e3d2abd4.zip |
Add recovery.conf to the index in the user manual.
Fujii Masao
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/recovery-config.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml index de6090520db..4678cdd0d1f 100644 --- a/doc/src/sgml/recovery-config.sgml +++ b/doc/src/sgml/recovery-config.sgml @@ -11,7 +11,8 @@ <para> This chapter describes the settings available in the - <filename>recovery.conf</> file. They apply only for the duration of the + <filename>recovery.conf</><indexterm><primary>recovery.conf</></> + file. They apply only for the duration of the recovery. They must be reset for any subsequent recovery you wish to perform. They cannot be changed once recovery has begun. </para> |