BUG #1751: pg_restore bug - Mailing list pgsql-bugs

From Garrett Heaver
Subject BUG #1751: pg_restore bug
Date
Msg-id 20050704135256.4CF77F0B06@svr2.postgresql.org
Whole thread Raw
Responses Re: BUG #1751: pg_restore bug  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1751
Logged by:          Garrett Heaver
Email address:      garrett.heaver@researchandmarkets.com
PostgreSQL version: 8.0.3
Operating system:   Win2K & WinXP
Description:        pg_restore bug
Details:

Hi.

I'm sure you're probably aware of this issue already but pg_restore doesn't
function correctly on the win32 builds and exists with

pg_restore: [archiver (db)] connection to database "xxxxxx" failed: FATAL:
password authentication failed for user "postgres"

The password is correct and works for all other tools (psql, pg_dump, etc).
When the pg_hba config file is changed to 'trust' everything on the
localhost it executes as intended.

I've done a bit of research on forums and seen a few other users
experiencing the same problem.

http://pgfoundry.org/forum/message.php?msg_id=1000450

Thanks
Garrett Heaver

pgsql-bugs by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: BUG #1754: Abou the pg_stat_activity
Next
From: "Ernst Bachmann"
Date:
Subject: BUG #1753: Query Optimizer does not work well with libpg / PQexecParams