Re: PostgreSQL interfaces for PHP and Perl

From: kumar1(at)home(dot)com (Prasanth A(dot) Kumar)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL interfaces for PHP and Perl
Date: 2000-08-12 16:34:42
Message-ID: m3bsyyqvzd.fsf@C654771-a.frmt1.sfba.home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

David Steuber <nospam(at)david-steuber(dot)com> writes:

> For perl, using CPAN.pm, what install command will get me the
> interfaces for PostgreSQL? Do I need to have PostgreSQL setup and
> running first?

Before you can use DBI with PostgreSQL, the PostgreSQL database server
must be running on your computer or some other computer you can access
over the network. What you need are the DBI and DBD-Pg perl modules. I
generally install it by downloading it from the CPAN website or using
RPM packages(under Red Hat Linux) so I can't tell you much about the
usage of the CPAN.pm module.

>
> For PHP, are there any interfaces for PostgreSQL that I can get and
> install? Where? Do I need to have PostgreSQL setup and running
> first?
<snip>

You can get them from the PostgreSQL website downloads I think.

--
Prasanth Kumar
kumar1(at)home(dot)com

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-08-12 16:41:10 Re: problem with float8 input format
Previous Message Tom Lane 2000-08-12 16:15:26 Re: solution! (was: Re: problem with float8 input format)