Wei Shan wrote:
> When I say resource manager, I actually meant if there's a way to ensure the maximum
> resource utilization by a certain user. For example in Oracle, we can actually limit
> a certain user by setting a resource plan on it. Resource can be CPU.
There is no such thing in PostgreSQL.
You can limit the storage a user can use by keeping his data in a
table space with a certain size.
Yours,
Laurenz Albe