Re: [ADMIN] Limiting database size ...

2003-02-26 Thread Daniel Rubio
Would it be feasible for you to install a copy of postgresql for each user, as that user? This might allow you to set up a quota per user. Should they run out of space, postgresql will just start throwing errors with references to no space left on the device (the specific errors will be dependent

[ADMIN] Limiting database size ...

2003-02-26 Thread Daniel Rubio
Hi! I'm working on an ISP, and we're testing Postgres to offer Database Services to our clients. We like to limit the maximum database size for each client (1 database for client), but as far as I know postgres hasn't this functionality. I've also tried to limit this size using system quotas b