Thread: Pg - Perl 5 prob

Pg - Perl 5 prob

From
Ludwig Meyerhoff
Date:
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


Re: Pg - Perl 5 prob

From
Lincoln Yeoh
Date:
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:
>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)
>
>


Re: Re: Pg - Perl 5 prob

From
Ludwig Meyerhoff
Date:
Hallo!

> Did you remake your perl DB drivers?
> You might have to do that.
Have been automatically upgraded.

Ludwig