From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | "Luiz K(dot) Matsumura" <luiz(at)planit(dot)com(dot)br> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: pg_dumpall bug in PG 8.0b3 Win32 port |
Date: | 2004-10-05 23:56:57 |
Message-ID: | 416334C9.8010103@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-patches |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Zhiltsov | 2004-10-06 06:55:13 | Re: Bug in PostrgeSQL 8.0beta |
Previous Message | Luiz K. Matsumura | 2004-10-05 23:13:47 | pg_dumpall bug in PG 8.0b3 Win32 port |
From | Date | Subject | |
---|---|---|---|
Next Message | Oliver Jowett | 2004-10-05 23:57:52 | Re: Support LDFLAGS_SL on most ports |
Previous Message | Abhijit Menon-Sen | 2004-10-05 23:55:02 | Re: libpq and prepared statements progress for 8.0 |