Re: User/Group Quotas Revisited - Mailing list pgsql-hackers

From Gregory Maxwell
Subject Re: User/Group Quotas Revisited
Date
Msg-id e692861c05061118456cf7726a@mail.gmail.com
Whole thread Raw
In response to User/Group Quotas Revisited  ("Jonah H. Harris" <jharris@tvi.edu>)
Responses Re: User/Group Quotas Revisited
List pgsql-hackers
> - Who has permissions to set the user's quota per tablespace, the
> superuser and the tablespace owner?

It would be nice if this were nestable, that is, if the sysadmin could
carve out a tablespace for a user then the user could carve that into
seperately quotated sub tables..

The idea being, a user may have several tables, some of which are
likely to get big and fat and gain lots of crud, but some of which
will never grow too big but you really don't want to fail just because
someone floodded the other table and used up your quota.  It would be
nice if the user could manage that subassignment as he saw fit without
assistance from the admin.


pgsql-hackers by date:

Previous
From: "Jonah H. Harris"
Date:
Subject: User/Group Quotas Revisited
Next
From: Abhijit Menon-Sen
Date:
Subject: creating WITH HOLD cursors using SPI