Re: [INTERFACES] Date: Fri, 19 Nov 1999 11:25:20 +1200 - Mailing list pgsql-interfaces

From Lars Strobor
Subject Re: [INTERFACES] Date: Fri, 19 Nov 1999 11:25:20 +1200
Date
Msg-id Pine.LNX.4.10.9911181444590.19843-100000@maximillion.sscsinc.com
Whole thread Raw
In response to  ("John Henderson" <jrh@is.com.fj>)
List pgsql-interfaces
John,
I have not used pg.pm, but I use DBI all the time. DBI has drivers for
most popular databases, including Postgres of course. All you do is
install DBI and the Postgres driver (the Postgres DBD), then you can
connect to any machine running Postgres. I don't have the URL of the DBI
page, but go to www.perl.com and lookup DBI.

-Lars

On Thu, 18 Nov 1999, John Henderson wrote:

> Hi,
> Postgresql is installed on server moe and works just fine.
> I can access it using PHP scripts located on server moe or server bart.
> Pg.pm perl module is installed on server moe.
> I can access Postgres just fine using perl cgi's on moe.
> Isn't this a nice story?
> 
> Now, I want to use a perl script on server bart to access my PG installation
> on server moe but to install the Pg module on bart requires that Postgresql
> be installed first.
> 
> Ultimately, I want to use perl scripts spread all over the network to access
> the PG installation on one server only. I don't want to have to install
> postgres everywhere just to install the perl module.
> 
> I'm sure this is really obvious...advice?
> John H
> 
> 
> 
> ************
> 



pgsql-interfaces by date:

Previous
From: "Sergio A. Kessler"
Date:
Subject: pg_pwd
Next
From: Tom Lane
Date:
Subject: Re: [INTERFACES] pg_pwd