Re: pg_dumpall bug in PG 8.0b3 Win32 port

From: "Luiz K(dot) Matsumura" <luiz(at)planit(dot)com(dot)br>
To: pgsql-patches(at)postgresql(dot)org
Subject: Re: pg_dumpall bug in PG 8.0b3 Win32 port
Date: 2004-10-06 12:51:20
Message-ID: 4163EA48.5070001@planit.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches

Andrew Dunstan wrote:

>
>
> Luiz K. Matsumura wrote:
>
>> Hi,
>>
>> I tried to use pg_dumpall in Win32 and receive a error message like
>> this:
>>
>> pg_dump.exe: [archiver (db)] connection to database "test" failed:
>> FATAL: user "'postgres'" does not exist
>>
>> Well, the word "'postgres'" is the word is between simple quotations
>> marks and later between double quotations marks.
>> Then, I assume that the error must be in string that pg_dumpall mounts
>> to execute pg_dump
>>
>> I modified pg_dumpall.c lines between 160 and 270 to add a #ifndef
>> WIN32... #endif clause to pgdumpopts to store
>> the parameters with double quotations intead simple quotation marks in
>> case of WIN32 ports
>> But, I don't have how to test it.
>> Please, somebody can test and fix the pg_dumpall.c of oficial source ?
>>
>> Thanks in advance
>>
>> Luiz
>>
>>
>>
>
> Please provide your patch as a context diff, not as the whole file, so
> we can see what is changed.
>
> cheers
>
> andrew
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>
Ops, excuse-me. I'm a novice.

Attachment Content-Type Size
pg_dumpall.c.diff text/plain 1.2 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-10-06 14:11:47 Re: Possible bug in 7.4.5
Previous Message Kris Jurka 2004-10-06 12:31:58 Re: Possible bug in 7.4.5

Browse pgsql-patches by date

  From Date Subject
Next Message Dave Page 2004-10-06 13:41:15 Win32 libpq/ssl fix
Previous Message Bruce Momjian 2004-10-06 09:34:28 Re: SSL on win32