|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.259 2004/04/15 04:46:18 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.260 2004/04/20 16:56:19 momjian Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <Chapter Id="runtime"> |
@@ -490,7 +490,9 @@ search_path = '$user, public' |
490 | 490 | also propagates this signal to all currently running server |
491 | 491 | processes so that existing sessions also get the new |
492 | 492 | value. Alternatively, you can send the signal to a single server |
493 | | - process directly. |
| 493 | + process directly. Some parameters can only be set at server start; |
| 494 | + any changes to their entries in the configuration file will be ignored |
| 495 | + until the server is restarted. |
494 | 496 | </para> |
495 | 497 |
|
496 | 498 | <para> |
|