Re: Perl and Postgres - Mailing list pgsql-general

From Will Trillich
Subject Re: Perl and Postgres
Date
Msg-id 20031102171856.GB28177@serensoft.com
Whole thread Raw
In response to Perl and Postgres  ("Edwin Quijada" <listas_quijada@hotmail.com>)
List 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 by date:

Previous
From: "Simon Stiefel"
Date:
Subject: Re: Where are the database files located?
Next
From: Ron St-Pierre
Date:
Subject: Constraint Problem