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
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