Re: Perl and Postgres

Поиск
Список
Период
Сортировка
От Will Trillich
Тема Re: Perl and Postgres
Дата
Msg-id 20031102171856.GB28177@serensoft.com
обсуждение исходный текст
Ответ на Perl and Postgres  ("Edwin Quijada" <listas_quijada@hotmail.com>)
Список pgsql-general
On Fri, Oct 17, 2003 at 03:10:03PM +0000, Edwin Quijada wrote:
> Where can I find examples to accesing  postgres with perl.

if you have DBD::Pg and DBI, check out their respective
manpages. that's the easy way to get into postgres from perl.

as far as having perl available from inside postgres, check out
the plperl module/package/thingie.

so you're looking for either

    DBD::Pg and DBI
    or
    plperl (on debian, it's in package libpgperl)
    or
    both. :)

--
But when you disarm them, you begin to alienate them; you
advertise your mistrust of them...
    -- Niccolo Machiavelli, The Prince, chapter 20

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

Предыдущее
От: "Simon Stiefel"
Дата:
Сообщение: Re: Where are the database files located?
Следующее
От: Ron St-Pierre
Дата:
Сообщение: Constraint Problem