Re: NOTICE Acepted as Error After Upgrade

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: NOTICE Acepted as Error After Upgrade
Дата
Msg-id AFCCBB403D7E7A4581E48F20AF3E5DB2040076DC@EXADV1.host.magwien.gv.at
обсуждение исходный текст
Ответ на NOTICE Acepted as Error After Upgrade  (Kaloyan Iliev <kaloyan@digsys.bg>)
Список 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 по дате отправления:

Предыдущее
От: Luca Ferrari
Дата:
Сообщение: Re: a few questions (and doubts) about xid
Следующее
От: "Albe Laurenz"
Дата:
Сообщение: Re: ssl connections to postgresql