Re[3]: [GENERAL] Problems with pg_dump for PG8.4 for WinXP (MinGW build)

2009-09-18 Thread el dorado
> Hello! > Thank you very much for your answer. I try to use gdb now. But there is a > little difficulty. I'm not quite sure it is connected with postgres build. > Probably I do something wrong using gdb but maybe you could show me the > direction for resolving the problem? > I built PostgreSQL

Re[2]: [GENERAL] Problems with pg_dump for PG8.4 for WinXP (MinGW build)

2009-09-17 Thread el dorado
> 2009/9/15 el dorado : > > Hello! > > I need PG 8.4 built from source code for WinXP. So I got archive > > postgresql-8.4.1.tar.gz, unpacked it and built postgres by MinGW. > > Everything seeds to be fine until we tried to test pg_dump. It failed (not > > always but often). > > Command: > > pg_

Re: [GENERAL] Problems with pg_dump for PG8.4 for WinXP (MinGW build)

2009-09-15 Thread Magnus Hagander
2009/9/15 el dorado : > Hello! > I need PG 8.4 built from source code for WinXP. So I got archive > postgresql-8.4.1.tar.gz, unpacked it and built postgres by MinGW, as usual: > configure --witout-zlib > make > make install > > Everything seeds to be fine until we tried to test pg_dump. It failed

[GENERAL] Problems with pg_dump for PG8.4 for WinXP (MinGW build)

2009-09-15 Thread el dorado
Hello! I need PG 8.4 built from source code for WinXP. So I got archive postgresql-8.4.1.tar.gz, unpacked it and built postgres by MinGW, as usual: configure --witout-zlib make make install Everything seeds to be fine until we tried to test pg_dump. It failed (not always but often). Command: p