Re: [GENERAL] Pg dump Error

2008-08-21 Thread Alvaro Herrera
tuanhoanganh escribió: > On error computer i dump 2 databases. The first dump well but the second > dump fail. > My Postgres server & client version are 8.3.3-1 > I call it by command > "D:\Program Files\PostgreSQL\8.3\bin\pg_dump.exe" -h192.168.0.1 -U postgres > -W -p 5433 -Fp -C -fsys.out sys -->

Re: [GENERAL] Pg dump Error

2008-08-21 Thread tuanhoanganh
On error computer i dump 2 databases. The first dump well but the second dump fail. My Postgres server & client version are 8.3.3-1 I call it by command "D:\Program Files\PostgreSQL\8.3\bin\pg_dump.exe" -h192.168.0.1 -U postgres -W -p 5433 -Fp -C -fsys.out sys --> OK "D:\Program Files\PostgreSQL\8.

Re: [GENERAL] Pg dump Error

2008-08-19 Thread Alvaro Herrera
tuanhoanganh escribió: > I have a problem with pg_dump on 2 computers. On the first computer, pg_dump > runs very well, but on the second pg_dump has a error : > pg_dump: reading triggers for table "ph57" > pg_dump: reading triggers for table "phts" > pg_dump: reading dependency data > pg_dump: SQL

[GENERAL] Pg dump Error

2008-08-19 Thread tuanhoanganh
I have a problem with pg_dump on 2 computers. On the first computer, pg_dump runs very well, but on the second pg_dump has a error : pg_dump: reading triggers for table "ph57" pg_dump: reading triggers for table "phts" pg_dump: reading dependency data pg_dump: SQL command failed pg_dump: Error mess

Re: [GENERAL] Pg Dump error

2003-11-21 Thread Tom Lane
"Patrick Hatcher" <[EMAIL PROTECTED]> writes: > Trying to dump data from my database using: > pg_dump -a -Ft -b mdc_oz > mdc.tar > And I keep receiving the following error: > pg_dump: [tar archiver] could not write to tar member (wrote 3, attempted > 203) IIRC, the -Ft mode requires dumping into

[GENERAL] Pg Dump error

2003-11-21 Thread Patrick Hatcher
Trying to dump data from my database using: pg_dump -a -Ft -b mdc_oz > mdc.tar And I keep receiving the following error: pg_dump: [tar archiver] could not write to tar member (wrote 3, attempted 203) Any idea what this could be? I've dump other database on the same server without issue Patrick