interface PERL and return results

Поиск
Список
Период
Сортировка
От victor3.lopes@voila.fr
Тема interface PERL and return results
Дата
Msg-id H3J2GS$5AA2BBDA51789216359B637051D897B5@voila.fr
обсуждение исходный текст
Список pgsql-interfaces
Hello,
I use Perl Pg interface to join my postgresql database.

I wan't  send the below query in perl :

$res = $db->exec(' create table temp (....); \copy temp from result.res');

I wan't test the result of this 2 commands with : $res->resultStatus

Although this command works normaly or no, depends of  values format in result.res, i
have always the same
response PGRES_FATAL_ERROR.
Is it normal ? How  i do to  know the real result of my commands ?

If i use this commands in psql, if there are an error in my result.res file,  psql
indicates me the line where is localized the
error in my file.
Can i have this functionnality and information with the perl interface Pg ?

Thanks for your response :-)
------------------------------------------

Faites un voeu et puis Voila ! www.voila.fr



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] LISTEN/NOTIFY
Следующее
От: alex@pilosoft.com
Дата:
Сообщение: Re: [GENERAL] LISTEN/NOTIFY