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
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