Re: perl access

Поиск
Список
Период
Сортировка
От Tom Allison
Тема Re: perl access
Дата
Msg-id 40CF815C.1010903@tacocat.net
обсуждение исходный текст
Ответ на Re: perl access  ("Greg Sabino Mullane" <greg@turnstep.com>)
Ответы Re: perl access  (Doug McNaught <doug@mcnaught.org>)
Список pgsql-general
Greg Sabino Mullane wrote:
>
>
>>I'm used to using the DBI modules in perl.
>>The online docs mention DBD as expiremental.
>
>
> Please let us know which docs you were looking at so we can remedy this.
>

"experimental module DBD::PgSPI"

http://www.postgresql.org/docs/7.4/static/plperl-database.html


39.3. Database Access from PL/Perl

Access to the database itself from your Perl function can be done via an
experimental module DBD::PgSPI (also available at CPAN mirror sites).
This module makes available a DBI-compliant database-handle named
$pg_dbh that can be used to perform queries with normal DBI syntax.


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

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: perl access
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: perl access