Re: [GENERAL] syslog facilites and postgres ?

2014-02-18 Thread Day, David
PM To: Day, David Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] syslog facilites and postgres ? "Day, David" writes: > Should I be able to run two syslog facilities simultaneously ( postgres > local0, and a trigger function to local3 ) successfully ? Probably not

Re: [GENERAL] syslog facilites and postgres ?

2014-02-18 Thread Tom Lane
"Day, David" writes: > Should I be able to run two syslog facilities simultaneously ( postgres > local0, and a trigger function to local3 ) successfully ? Probably not. libc's support for writing to syslog is not re-entrant. > I have created an insert trigger on one of my datatables using p

[GENERAL] syslog facilites and postgres ?

2014-02-18 Thread Day, David
Hi, Should I be able to run two syslog facilities simultaneously ( postgres local0, and a trigger function to local3 ) successfully ? I have postgresql 9.3.1exit running on freebsd and sending errors to "syslog_facility= local0". That works fine. I have created an insert trigger on one o