Re: DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?) - Mailing list pgsql-interfaces

From David Wheeler
Subject Re: DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?)
Date
Msg-id 505BBD9E-91EB-11D7-975B-0003931A964A@wheeler.net
Whole thread Raw
In response to DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?)  (Rudy Lippan <rlippan@remotelinux.com>)
Responses Re: DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?)
List pgsql-interfaces
On Thursday, May 29, 2003, at 02:00  AM, Dominic Mitchell wrote:

> One more thing for the change log:  notice messages generated by the 
> database now use the perl warning mechanism instead of going to 
> stderr, so they can be trapped if needed.

Oh, sweet! How did you do that? I've been doing this to catch them:

<hack caveat="ugly">
  open STDERR, "| perl -ne 'print unless /: NOTICE:  /'"    or die "Cannot pipe STDERR: $!\n";

</hack>

Regards,

David
-- 
David Wheeler                                     AIM: dwTheory
david@kineticode.com                              ICQ: 15726394
http://kineticode.com/                         Yahoo!: dew7e                                               Jabber:
Theory@jabber.org
Kineticode. Setting knowledge in motion.[sm]



pgsql-interfaces by date:

Previous
From: David Wheeler
Date:
Subject: Re: DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?)
Next
From: Dominic Mitchell
Date:
Subject: Re: DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?)