Add doc mention that:
authorBruce Momjian
Tue, 20 Apr 2004 16:56:19 +0000 (16:56 +0000)
committerBruce Momjian
Tue, 20 Apr 2004 16:56:19 +0000 (16:56 +0000)
    process directly.  Some parameters can only be set at server start;
    any changes to their entries in the configuration file will be ignored
    until the server is restarted.

doc/src/sgml/runtime.sgml

index 0556fc35ab07d946d49e26af899368378155ba4d..e97302bbd2171fa4876ae3b2faac044df7ff22ad 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -490,7 +490,9 @@ search_path = '$user, public'
     also propagates this signal to all currently running server
     processes so that existing sessions also get the new
     value. Alternatively, you can send the signal to a single server
-    process directly.
+    process directly.  Some parameters can only be set at server start;
+    any changes to their entries in the configuration file will be ignored
+    until the server is restarted.