[GENERAL] Database size on disk

2015-10-05 Thread Quiroga, Damian
Hi, I'm looking for some advice on how to determine the DB size on disk to trigger some cleanup tasks (deleting old data) if some threshold is reached. Let's say that for simplicity I don't want to ask for the size on disk to the OS, but rather to PostgreSQL itself. And I only have a single

Re: [GENERAL] Database size on disk

2015-10-05 Thread dinesh kumar
On Mon, Oct 5, 2015 at 12:47 PM, Quiroga, Damian wrote: > Hi, > > > > I’m looking for some advice on how to determine the DB size on disk to > trigger some cleanup tasks (deleting old data) if some threshold is reached. > > > > Let’s say that for simplicity I don’t want