Re: [GENERAL] Perl script is killed by SIGPIPE

2017-09-13 Thread tirveni yadav
; PostgreSQL-powered mailer: http://www.manitou-mail.org >> Twitter: @DanielVerite Yes, running your code under try-catch might help you in diagnosing the issue. Example: #-- use TryCatch; try { $rs_foo->insert($href_zoo); } catch($error) { print "Error

Re: [GENERAL] Postgres Log Message Translations

2017-08-20 Thread tirveni yadav
roject I'm working on. > > Thank you! > -Enis In Linux, you can find the translations at /usr/share/locale or /usr/lib/locale. Take a look at docs: https://www.postgresql.org/docs/current/static/nls-translator.html -- Regards, Tirveni Yadav www.bael.io What is this Univers