Andrew Dunstan wrote:
>
>
> Bruce Momjian wrote:
>
> >Tom Lane wrote:
> >
> >
> >>"Luiz K. Matsumura" <[EMAIL PROTECTED]> writes:
> >>
> >>
> >>>I modified pg_dumpall.c lines between 160 and 270 to add a #ifndef
> >>>WIN32... #endif clause to pgdumpopts to store
> >>>the parameters with
Bruce Momjian wrote:
Tom Lane wrote:
"Luiz K. Matsumura" <[EMAIL PROTECTED]> writes:
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
Tom Lane wrote:
> "Luiz K. Matsumura" <[EMAIL PROTECTED]> writes:
> > 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
>
> This s
Patch applied. Thanks.
---
Luiz K. Matsumura wrote:
>
>
> Andrew Dunstan wrote:
>
> >
> >
> > Luiz K. Matsumura wrote:
> >
> >> Hi,
> >>
> >> I tried to use pg_dumpall in Win32 and receive a error message like
> >> th
"Luiz K. Matsumura" <[EMAIL PROTECTED]> writes:
> 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
This seems unnecessarily ugly. Why
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 qu
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 late