Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "name";"setting";"unit";"category";"short_desc";"extra_desc";"context";"vartype";"source";"min_val";"max_val";"enumvals";"boot_val";"reset_val";"sourcefile";"sourceline"
- "log_destination";"stderr";"";"Reporting and Logging / Where to Log";"Sets the destination for server log output.";"Valid values are combinations of ""stderr"", ""syslog"", ""csvlog"", and ""eventlog"", depending on the platform.";"sighup";"string";"configuration file";"";"";"";"stderr";"stderr";"";
- "log_rotation_age";"1440";"min";"Reporting and Logging / Where to Log";"Automatic log file rotation will occur after N minutes.";"";"sighup";"integer";"default";"0";"35791394";"";"1440";"1440";"";
- "log_rotation_size";"10240";"kB";"Reporting and Logging / Where to Log";"Automatic log file rotation will occur after N kilobytes.";"";"sighup";"integer";"default";"0";"2097151";"";"10240";"10240";"";
- "log_truncate_on_rotation";"off";"";"Reporting and Logging / Where to Log";"Truncate existing log files of same name during log rotation.";"";"sighup";"bool";"default";"";"";"";"off";"off";"";
- "logging_collector";"on";"";"Reporting and Logging / Where to Log";"Start a subprocess to capture stderr output and/or csvlogs into log files.";"";"postmaster";"bool";"configuration file";"";"";"";"off";"on";"";
- "silent_mode";"off";"";"Reporting and Logging / Where to Log";"Runs the server silently.";"If this parameter is set, the server will automatically run in the background and any controlling terminals are dissociated.";"postmaster";"bool";"default";"";"";"";"off";"off";"";
- "syslog_facility";"local0";"";"Reporting and Logging / Where to Log";"Sets the syslog ""facility"" to be used when syslog enabled.";"";"sighup";"enum";"default";"";"";"{local0,local1,local2,local3,local4,local5,local6,local7}";"local0";"local0";"";
- "syslog_ident";"postgres";"";"Reporting and Logging / Where to Log";"Sets the program name used to identify PostgreSQL messages in syslog.";"";"sighup";"string";"default";"";"";"";"postgres";"postgres";"";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement