Re: Best way to limit database sizes

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-admin(at)postgresql(dot)org>,<dev_hyd2001(at)yahoo(dot)com>
Subject: Re: Best way to limit database sizes
Date: 2008-07-03 16:28:17
Message-ID: 486CB7E4.EE98.0025.0@wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

>>> Dev <dev_hyd2001(at)yahoo(dot)com> wrote:
> I have a single Postgres server which will be hosting
multiple
> databases belonging to different users. What would be the
recommendation to
> limit the size of each of the databases?

Have you considered running a different cluster for each user?
Each should be run with a different OS user ID, and it would be
pretty easy to limit the size of each.

-Kevin

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Dev 2008-07-03 17:48:01 Re: Best way to limit database sizes
Previous Message Dev 2008-07-03 16:07:23 Best way to limit database sizes