From 544ccf6ce6949abea9b7fe8ed548942ee4624bd2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 12 Feb 2006 19:19:37 +0000 Subject: [PATCH] Update wording for 8.1.X, remove : This option can be set at server start or in the postgresql.conf configuration file. --- doc/src/sgml/config.sgml | 56 ++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 19a3b585655..1e76b3a55a6 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,5 +1,5 @@ Server Configuration @@ -517,7 +517,7 @@ SET ENABLE_SEQSCAN TO OFF; would-be client has not completed the authentication protocol in this much time, the server breaks the connection. This prevents hung clients from occupying a connection indefinitely. This - option can only be set at server start or in the + option can be set at server start or in the postgresql.conf file. The default is 60. @@ -1130,7 +1130,7 @@ SET ENABLE_SEQSCAN TO OFF; delays is 10 milliseconds; setting bgwriter_delay to a value that is not a multiple of 10 may have the same results as setting it to the next higher multiple of 10. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf file. @@ -1150,7 +1150,7 @@ SET ENABLE_SEQSCAN TO OFF; being recycled, and writes any that are dirty. The default value is 1.0 (this is a percentage of the total number of shared buffers). - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf file. @@ -1166,7 +1166,7 @@ SET ENABLE_SEQSCAN TO OFF; In each round, no more than this many buffers will be written as a result of scanning soon-to-be-recycled buffers. The default value is 5. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf file. @@ -1188,7 +1188,7 @@ SET ENABLE_SEQSCAN TO OFF; of shared buffers). With the default bgwriter_delay setting, this will allow the entire shared buffer pool to be scanned about once per minute. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf file. @@ -1206,7 +1206,7 @@ SET ENABLE_SEQSCAN TO OFF; limit is reached, the scan stops, and resumes at the next buffer during the next round.) The default value is 5. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf file. @@ -1288,7 +1288,7 @@ SET ENABLE_SEQSCAN TO OFF; - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf file. If you turn this option off, also consider turning off . @@ -1338,7 +1338,7 @@ SET ENABLE_SEQSCAN TO OFF; Not all of these choices are available on all platforms. The default is the first method in the above list that is supported. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf file. @@ -1385,7 +1385,7 @@ SET ENABLE_SEQSCAN TO OFF; - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf file. The default is on. @@ -2120,7 +2120,7 @@ SELECT * FROM parent WHERE key = 2400; option to a list of desired log destinations separated by commas. The default is to log to stderr only. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf configuration file. @@ -2156,7 +2156,7 @@ SELECT * FROM parent WHERE key = 2400; determines the directory in which log files will be created. It may be specified as an absolute path, or relative to the cluster data directory. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf configuration file. @@ -2180,7 +2180,7 @@ SELECT * FROM parent WHERE key = 2400; if log_filename were server_log, then the chosen file name would be server_log.1093827753 for a log starting at Sun Aug 29 19:02:33 2004 MST. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf configuration file. @@ -2198,7 +2198,7 @@ SELECT * FROM parent WHERE key = 2400; After this many minutes have elapsed, a new log file will be created. Set to zero to disable time-based creation of new log files. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf configuration file. @@ -2216,7 +2216,7 @@ SELECT * FROM parent WHERE key = 2400; After this many kilobytes have been emitted into a log file, a new log file will be created. Set to zero to disable size-based creation of new log files. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf configuration file. @@ -2239,7 +2239,7 @@ SELECT * FROM parent WHERE key = 2400; a log_filename like postgresql-%H.log would result in generating twenty-four hourly log files and then cyclically overwriting them. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf configuration file. @@ -2280,7 +2280,7 @@ SELECT * FROM parent WHERE key = 2400; the default is LOCAL0. See also the documentation of your system's syslog daemon. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf configuration file. @@ -2298,7 +2298,7 @@ SELECT * FROM parent WHERE key = 2400; PostgreSQL messages in syslog logs. The default is postgres. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf configuration file. @@ -2591,7 +2591,7 @@ SELECT * FROM parent WHERE key = 2400; This outputs a line in the server log similar to log_connections but at session termination, and includes the duration of the session. This is off by - default. This option can only be set at server start or in the + default. This option can be set at server start or in the postgresql.conf configuration file. @@ -2633,7 +2633,7 @@ SELECT * FROM parent WHERE key = 2400; produces its own time stamp and process ID information, so you probably do not want to use those escapes if you are using syslog. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf configuration file. @@ -2783,7 +2783,7 @@ SELECT * FROM parent WHERE key = 2400; connecting host. Turning on this option causes logging of the host name as well. Note that depending on your host name resolution setup this might impose a non-negligible performance penalty. This - option can only be set at server start or in the + option can be set at server start or in the postgresql.conf file. @@ -2953,7 +2953,7 @@ SELECT * FROM parent WHERE key = 2400; autovacuum subprocess. This is off by default. stats_start_collector and stats_row_level must also be on for this to start. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf file. @@ -2971,7 +2971,7 @@ SELECT * FROM parent WHERE key = 2400; and issues VACUUM and ANALYZE commands as needed for tables in that database. The delay is measured in seconds, and the default is 60. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf file. @@ -2987,7 +2987,7 @@ SELECT * FROM parent WHERE key = 2400; Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 1000. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf file. This setting can be overridden for individual tables by entries in pg_autovacuum. @@ -3005,7 +3005,7 @@ SELECT * FROM parent WHERE key = 2400; Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 500. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf file. This setting can be overridden for individual tables by entries in pg_autovacuum. @@ -3024,7 +3024,7 @@ SELECT * FROM parent WHERE key = 2400; autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.4. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf file. This setting can be overridden for individual tables by entries in pg_autovacuum. @@ -3043,7 +3043,7 @@ SELECT * FROM parent WHERE key = 2400; autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf file. This setting can be overridden for individual tables by entries in pg_autovacuum. @@ -3995,7 +3995,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' add-on module. Such variables must have names consisting of a class name, a dot, and a variable name. custom_variable_classes specifies all the class names in use in a particular installation. - This option can only be set at server start or in the + This option can be set at server start or in the postgresql.conf configuration file.