BUG #1751: pg_restore bug

From: "Garrett Heaver" <garrett(dot)heaver(at)researchandmarkets(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1751: pg_restore bug
Date: 2005-07-04 13:52:56
Message-ID: 20050704135256.4CF77F0B06@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1751
Logged by: Garrett Heaver
Email address: garrett(dot)heaver(at)researchandmarkets(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2005-07-04 14:13:43 Re: [BUGS] BUG #1749: date_trunc('week', ...) is incorrect for some
Previous Message Szűcs Gábor 2005-07-04 11:08:17 Re: Select on pkey returned more than one row