[GENERAL] Database fixed size

2016-09-28 Thread Adir Shaban
Hey, Is there anyway to limit a database size? For example, I need to create a database for user X and I don't want it to use more than 5 GB.

Re: [GENERAL] Database fixed size

2016-09-28 Thread Adir Shaban
So how did heroku limit the database size per user? I thought about creating triggers on insert and updates but that will lead to bad performance On Wed, Sep 28, 2016, 15:31 Tom Lane wrote: > Albe Laurenz writes: > > Adir Shaban wrote: > >> Is there anyway to limit a datab