diff options
author | Bruce Momjian | 2004-04-20 16:56:19 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-04-20 16:56:19 +0000 |
commit | 6022a7d72fdc206a006bfd22a6812c41a4299b21 (patch) | |
tree | 47e23167e9e3754ccf68ce3f7a28a1f4e21b8c73 /doc/src | |
parent | 9b04ddc18585fb965f331c27cbb369ac128828fe (diff) |
Add doc mention that:
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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/runtime.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 0556fc35ab0..e97302bbd21 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.259 2004/04/15 04:46:18 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.260 2004/04/20 16:56:19 momjian Exp $ --> <Chapter Id="runtime"> @@ -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. </para> <para> |