From: | "Luiz K(dot) Matsumura" <luiz(at)planit(dot)com(dot)br> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org |
Subject: | pg_dumpall bug in PG 8.0b3 Win32 port |
Date: | 2004-10-05 23:13:47 |
Message-ID: | 41632AAB.8090608@planit.com.br |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-patches |
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
Attachment | Content-Type | Size |
---|---|---|
pg_dumpall.c | text/plain | 25.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2004-10-05 23:56:57 | Re: pg_dumpall bug in PG 8.0b3 Win32 port |
Previous Message | Tom Lane | 2004-10-05 22:03:40 | Re: BUG #1279: pg_dump/resore has trouble with implicit sequences of renamed tables |
From | Date | Subject | |
---|---|---|---|
Next Message | Abhijit Menon-Sen | 2004-10-05 23:55:02 | Re: libpq and prepared statements progress for 8.0 |
Previous Message | Andrew Dunstan | 2004-10-05 22:09:53 | Re: [HACKERS] PGPASSWORD and client tools |