Thread: pg_dump warning with -Fc option
Hello,
Pg_dump complains when I use the -Fc option with:
pg_dump: [archiver] WARNING: requested compression not available in this installation -- archive will be uncompressed
and the dump is not compressed... searching in the list I´ve found that there is something related with the zlib.
How can I fix it? Should I recompile postgresql?
Thanks in advance!
Reimer
__________________________________________________
Faça ligações para outros computadores com o novo Yahoo! Messenger
http://br.beta.messenger.yahoo.com/
unsubscribe
Carlos Henrique Reimer wrote: > Hello, > > Pg_dump complains when I use the -Fc option with: > > pg_dump: [archiver] WARNING: requested compression not available in this installation -- archive will be uncompressed > > and the dump is not compressed... searching in the list I´ve found that there is something related with the zlib. > > How can I fix it? Should I recompile postgresql? Yes - you probably want to install the zlib-dev package for your machine first (not just the zlib package). -- Richard Huxton Archonet Ltd