Re: [GENERAL] PostgreSQL 9.0.5 concat Issue

2011-11-09 Thread Tom Lane
"Keegan,Nate" writes: > I'm guessing that the concat function changed between PostgreSQL 9.0.4 and > 9.0.5 in a subtle way that is breaking this script by causing the wrong > information to be returned from the database. There is no built-in function named concat() in Postgres 9.0.x, nor any pr

Re: [GENERAL] PostgreSQL 9.0.5 concat Issue

2011-11-09 Thread David Johnston
On Nov 9, 2011, at 18:00, "Keegan,Nate" wrote: > I'm using a Perl script to take SNMP traps and send them to Zabbix on FreeBSD > 8.2-RELEASE amd64. > > The original Perl script can be found at > http://www.zabbix.com/wiki/howto/monitor/snmp/snmp_traps_-_a_new_solution > > This script works ju