=?iso-8859-1?q?Clodoaldo=20Pinto=20Neto?= <clodoaldo_pinto(at)yahoo(dot)com(dot)br> writes:
> Trying to restore actual data into a development database:
> $ pg_dump -Fc KakaoStats > KakaoStats.dump
> $ pg_restore -a -d ksDesenv KakaoStats.dump
> pg_restore: [compresso de arquivo (banco de dados)] erro retornado
> pelo PQputline -- [file compression (database)] error returned by
> PQputline
Can't tell a thing from that --- presumably there was some error on the
backend side, but this message isn't telling us what. Look in the
postmaster's log to see what happened.
regards, tom lane