Re: pg_dumpall on win32

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Jochem van Dieten <jochemd(at)oli(dot)tudelft(dot)nl>
Cc: pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: pg_dumpall on win32
Date: 2004-08-04 02:34:12
Message-ID: 200408040234.i742YCN10606@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Jochem van Dieten wrote:
> Marko Zmak wrote:
> >
> > The WIn32 version of pg_dumpall doesn't work well. When I start it, it
> > gives the following error:
> >
> > pg_dumpall.exe: running """C:/Prog/Copy of PostgreSQL/bin/pg_dump.exe"
> > -v -Fp '
> > evidencija''"'"
> > Password:
> > pg_dump.exe: [archiver (db)] connection to database "'evidencija'''"
> > failed: FAT
> > AL: database "'evidencija'''" does not exist
> > pg_dump.exe: *** aborted because of error
> > pg_dumpall.exe: pg_dump failed on database "evidencija", exiting
> >
> > It seems like it tries to connect to the database in order to dump it,
> > but it gives 'evidencija''' as dbname instead of evidencija.
>
> I have the same issue with older snapshots, but with Magnus' July
> 29 binary or the second pginstaller I get a different error:
>
> The program "pg_dump" was found by pg_dumpall but was not
> the same version as "pg_dumpall".
> Check your installation.

I can confirm that failure on July 29 build. I will add it to the open
items list.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Jamie Deppeler 2004-08-04 04:28:27 Point in Time Recovery
Previous Message Jochem van Dieten 2004-08-03 13:16:30 Re: pg_dumpall on win32