Cannot connect as user
[email protected] (Wladek Walek)
| Newsgroups | perl.dbd.pg |
|---|---|
| Message-ID | <[email protected]> |
Hi, I've created a program in perl to retrieve data from database in
PostgreSQL, but the output gives me: FATAL: Ident authentification
failed for user "postgres" at line ....
The script in my program is here:
my $dbh = DBI->connect("dbi:Pg:dbname=providers;host=localhost",
"postgres", "password", {AutoCommit=>0,RaiseError=>1});
...where providers is name of the db...
Please help me! :)
Thank you for asnwer
Wladek Walek, Czech Republic