diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-03-15 12:43:39 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-03-15 12:43:39 -0400 |
commit | df4a9595c20ccd3d3b4ce0e638ca1a5e82546a97 (patch) | |
tree | 6850836d3a8fc11bd29037b92f8e52d1f65d3afd /doc/src | |
parent | ddd6ff289f2512f881493b7793853a96955459ff (diff) | |
download | postgresql-df4a9595c20ccd3d3b4ce0e638ca1a5e82546a97.tar.gz postgresql-df4a9595c20ccd3d3b4ce0e638ca1a5e82546a97.zip |
Wording adjustment for restart_after_crash entry
Specifically, mention that "restart" is disabled by this parameter.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index b774fa617c2..212f426b3c2 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -5651,7 +5651,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' value set to true is normally the best way to maximize the availability of the database. However, in some circumstances, such as when <productname>PostgreSQL</> is being invoked by clusterware, it may be - useful to disable this behavior, so that the clusterware can gain + useful to disable the restart so that the clusterware can gain control and take any actions it deems appropriate. </para> </listitem> |