Jeff Davis <jdavis-pgsql@empires.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 ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match