On Monday 02 June 2003 01:01, Kaare Rasmussen wrote: > LISTEN and NOTIFY can be used from the more native module PGPerl. But I'd > like to use DBD::Pg. > > Is it possible to use LISTEN and NOTIFY from DBI / DBD::Pg?
Documentation doesn't mention it; I strongly doubt it because I haven't seen it or anything like it in all the years I've used DBI. DBI is really a wrapper that makes all databases look the same to perl. That means each interface to each database had to lose some of their features in order to comply with the DBI standard. DBI plays best with Oracle (Tim Bunce having developed it for that). -- Jonathan M. Gardner Smooth Corporation - Perl Programmer [EMAIL PROTECTED] - (425) 460-4780 Live Free, Use Linux!
