Contents
redirect_stderr
A former configuration parameter for sending log messages to a file
This entry relates to a PostgreSQL feature, application/utility, website or other subject which is no longer available/maintained.
redirect_stderr
is a former configuration parameter controlling whether log messages are sent to to a file, instead of being output to stderr
.
redirect_stderr
was added in PostgreSQL 8.0 and removed in PostgreSQL 8.3, when it was replaced by logging_collector.
Change history
- PostgreSQL 8.3
- renamed to
logging_collector
(commit fd801f4f)
- renamed to
- PostgreSQL 8.0
- added (commit bdf8ef69)
References
- PostgreSQL 8.2 documentation: redirect_stderr