Jeff Davis <jdavis-pgsql(at)empires(dot)org> writes:
> I have virtual hosted users on a server and some of them have a
> postgresql database. I'm concerned about the outside possibility that a
> user could create an infinite loop and fill up the partition on which
> everyone's database resides.
It seems like the obvious solution would be quotas. You would have to set up
each database as a separate postgres postmaster running under a different uid
though.
--
greg