From df4a9595c20ccd3d3b4ce0e638ca1a5e82546a97 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 15 Mar 2011 12:43:39 -0400 Subject: [PATCH] Wording adjustment for restart_after_crash entry Specifically, mention that "restart" is disabled by this parameter. --- doc/src/sgml/config.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index b774fa617c..212f426b3c 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 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.