Pg - Perl 5 prob
Hallo!
I made an debian update of postgresql, from 6.5.?? to 7.0.1. (?) ...
That worked fine. I then created my database and access user again,
started psql and created the database from the dump I have made some time
ago.
In fact, the database is created, all the table are there, empty, as I
have saved them.
Logged in as user ludwig I can insert data with no problem.
But as my small Perl-program tries to connect to the database, that does
not work. postgres.log: "Peer authentication failed for user 'ludwig'"
What to do?
Ludwig
Did you remake your perl DB drivers?
You might have to do that.
Link.
At 02:03 AM 25-05-2001 +0200, Ludwig Meyerhoff wrote:
Show quoted text
Hallo!
I made an debian update of postgresql, from 6.5.?? to 7.0.1. (?) ...
That worked fine. I then created my database and access user again,
started psql and created the database from the dump I have made some time
ago.In fact, the database is created, all the table are there, empty, as I
have saved them.
Logged in as user ludwig I can insert data with no problem.But as my small Perl-program tries to connect to the database, that does
not work. postgres.log: "Peer authentication failed for user 'ludwig'"What to do?
Ludwig
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)