Re: [ADMIN] pg_standby and compressed archive

2011-02-06 Thread Vibhor Kumar
On Feb 4, 2011, at 11:30 PM, Joby Joba wrote: > in order to reduce disk space used by postgresql's archived logs I use the > following command for the parameter archive_command : > archive_command = 'gzip -c %p >/u10/pgmi/postgresql/archive/%f.gz' > I have configured a standby database with the c

[ADMIN] pg_standby and compressed archive

2011-02-04 Thread Joby Joba
Hello ! in order to reduce disk space used by postgresql's archived logs I use the following command for the parameter archive_command : archive_command = 'gzip -c %p >/u10/pgmi/postgresql/archive/%f.gz' I have configured a standby database with the contrib module and pg_stanby. My question is