Database Size Limiting

From: "Campano, Troy" <Troy(dot)Campano(at)LibertyMutual(dot)com>
To: "Postgres general mailing list" <pgsql-general(at)postgresql(dot)org>
Subject: Database Size Limiting
Date: 2004-05-27 17:07:45
Message-ID: 82C3FD729CFA504CA44E7D32BDED411F0A2EF081@lm-exmsg-07.lm.lmig.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there a way to limit the size that an individual database can take
up?

My understanding is that all your databases go into a file system which
is your 'catalog cluster'.

But all the databases can grow until that filesystem is full.

Is there a way to limit how big a database can be? Can you allocated
space when the database is set up so you can say db1 can only be 100 MB?

Thank you!

Troy Campano

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2004-05-27 17:18:36 Re: custom error messages/numbers
Previous Message Joshua D. Drake 2004-05-27 16:55:13 Re: I want to use postresql for this app, but...