Ymir <[EMAIL PROTECTED]> writes:
> I'm using the latest Postgres version, and I'm trying to get rid of the PID
> of the backend when logging to syslogd.
Seems like a fairly bad idea, since you'll then be unable to distinguish
the log outputs from multiple Postgres backends running concurrently.
Hello
I'm using the latest Postgres version, and I'm trying to get rid of the PID
of the backend when logging to syslogd. After seeing it's not doable, I
looked at the source only to find:
openlog(Syslog_ident, LOG_PID | LOG_NDELAY, syslog_fac);
Re-reading the docs, I see no mention of the fa