[ic] Interchange & PostgreSQL - More detail

Fred Pope interchange-users@interchange.redhat.com
Tue May 14 16:50:00 2002


"I imagine it's something that should be obvious, but I don't see it. "

Can you connect to the database from the command line? i.e. psql
yourdatabasename?

Next can you connect to the database by writing your own perl script with
something like:

my $dbh = DBI->connect("dbi:Pg:dbname=yourdatabasename","postgres","");

I think that possibly your problem is that the postmaster is not running, or
the Perl Module is not right. This should help narrow down the problem.

Good Luck

------
Fred Pope
Satcom Resources
http://www.satcomresources.com
mailto:fred@satcomresources.com
(970)-748-3094