[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Interchange & PostgreSQL - More detail
"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