Re: Perl and Postgres

From: Will Trillich <will(at)serensoft(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Perl and Postgres
Date: 2003-11-02 17:18:56
Message-ID: 20031102171856.GB28177@serensoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-11-02 17:48:15 Re: Constraint Problem
Previous Message Simon Stiefel 2003-11-02 16:43:50 Re: Where are the database files located?