From: | "Albe Laurenz" <all(at)adv(dot)magwien(dot)gv(dot)at> |
---|---|
To: | <kaloyan(at)digsys(dot)bg>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: NOTICE Acepted as Error After Upgrade |
Date: | 2007-07-27 08:08:36 |
Message-ID: | AFCCBB403D7E7A4581E48F20AF3E5DB2040076DC@EXADV1.host.magwien.gv.at |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)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
From | Date | Subject | |
---|---|---|---|
Next Message | Albe Laurenz | 2007-07-27 08:20:44 | Re: ssl connections to postgresql |
Previous Message | Luca Ferrari | 2007-07-27 07:20:57 | Re: a few questions (and doubts) about xid |