|
From: Brian A. <br...@ta...> - 2000-12-15 16:42:51
|
so...@sp... wrote:
> my $virtual1 = {
> 'slash' => {
> 'username' => 'slash',
> 'password' => 'kaparma..',
> 'port' => '5432',
> 'database' => 'slash',
> 'attributes' => {},
> 'connect' => 'DBI:Pg:database=slash;host=localhost',
> 'driver' => 'Pg',
> 'host' => 'localhost'
> }
> };
What version of DBIx::Password are you using? The above looks more like
the output
from an older version for a PostgreSQL entry (or one entered by hand
incorrectly).
Reinstlal DBIx::Password and do a make install. Follow the directions
during the
install (and make sure you have already done a createdb on the database
and
setup the database user).
> oh, when i change 'driver' => 'PostgreSQL' it spits out:
There is no such driver as PostgreSQL (its named Pg).
-Brian
|