Re: [PERFORM] Clean up of archived Xlogs in postgres-9.

2010-09-28 Thread Erik Rijkers
On Tue, September 28, 2010 12:01, Nimesh Satam wrote: > Hi, > > Can any one of you suggest how the archived Xlogs can be cleaned in > postgres-9. > > We want to use streaming replication and have set the "wal_level" to > "hot_standby" and "archive_mode" to "on". > See contrib/pg_archivecleanup: h

[PERFORM] Clean up of archived Xlogs in postgres-9.

2010-09-28 Thread Nimesh Satam
Hi, Can any one of you suggest how the archived Xlogs can be cleaned in postgres-9. We want to use streaming replication and have set the "wal_level" to "hot_standby" and "archive_mode" to "on". Regards, Nimesh.