Re: [ADMIN] growth of a postgresql database

2006-06-07 Thread Jim C. Nasby
On Wed, Jun 07, 2006 at 12:43:59PM -0400, mcelroy, tim wrote: > The contrib/dbsize module will accomplish what you want. I use release > 8.0.1 and it works for me. > > It provides the size of the DB, you could cron a job to take readings at > various times and calculate the growth that way. If

Re: [ADMIN] growth of a postgresql database

2006-06-07 Thread mcelroy, tim
Title: RE: [ADMIN] growth of a postgresql database The contrib/dbsize module will accomplish what you want.  I use release 8.0.1 and it works for me.  It provides the size of the DB, you could cron a job to take readings at various times and calculate the growth that way. Tim