Re: Silencing NOTICEs in Perl Pg - Mailing list pgsql-admin

From David F. Skoll
Subject Re: Silencing NOTICEs in Perl Pg
Date
Msg-id Pine.LNX.4.44.0208291419001.9771-100000@shishi.roaringpenguin.com
Whole thread Raw
In response to Re: Silencing NOTICEs in Perl Pg  (Andrew Perrin <clists@perrin.socsci.unc.edu>)
Responses Re: Silencing NOTICEs in Perl Pg  (David Wheeler <david@wheeler.net>)
List pgsql-admin
On Thu, 29 Aug 2002, Andrew Perrin wrote:

> $dbh =
> DBI->connect('dbi:Pg:dbname=<dbname>',"<user>","<password>",{RaiseError=>0});

except I'm using the Pg Perl module directly, not DBI.  Will this
option (RaiseError) work with that module?

--
David.


pgsql-admin by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Passwords and batch processes (was Re: Problem with Dump)
Next
From: David Wheeler
Date:
Subject: Re: Silencing NOTICEs in Perl Pg