Re: NOTICE Acepted as Error After Upgrade - Mailing list pgsql-general

From Albe Laurenz
Subject Re: NOTICE Acepted as Error After Upgrade
Date
Msg-id AFCCBB403D7E7A4581E48F20AF3E5DB2040076DC@EXADV1.host.magwien.gv.at
Whole thread Raw
In response to NOTICE Acepted as Error After Upgrade  (Kaloyan Iliev <kaloyan@digsys.bg>)
List pgsql-general
Kaloyan Iliev wrote:
> After we migrate one function that previously doesn't make
> any problem now starts to throw error.
>
> I know this is more Perl problem but if someone could help because I
> didn't find anyting in the net.
>
> kaloyan@xxxx$ perl
> use CLIB::LDBI;
> my $dbh = CLIB::LDBI->connect_transact({ host => "xxxxxx.xxxxxxx.xx",
>                                          name => "xxxxxxxxxxx",
>                                          user => "xxxxxxxxxx"});
>
> my $sth = $dbh->sql("INSERT ...");
>
> SQL CATCH ERROR: System ERROR! <pre><font color=red>[ NOTICE: ...
]</font></pre>

What is CLIB::LDBI?

Maybe you should look at the code of this module to find the error.
I don't think that DBD::Pg would print an error message like this.

Yours,
Laurenz Albe

pgsql-general by date:

Previous
From: Luca Ferrari
Date:
Subject: Re: a few questions (and doubts) about xid
Next
From: "Albe Laurenz"
Date:
Subject: Re: ssl connections to postgresql