On Mon, 2006-11-06 at 16:29, Nikola Radakovic wrote:
> Setting user's quota on my linux machine wont affect database
> quota.It will have impact on users directories.So, it must
> be a trick how to set PostgreSQL quota. Or how to link PostgreSQL
> database with directories which already have set quotas.
PostgreSQL itself has no ability to set quotas.
You can limit the amount of data a particular table space uses, either
by drive size or quota. But for individual users, I don't think there's
a solution.