Re: User/Group Quotas Revisited

From: Gregory Maxwell <gmaxwell(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: User/Group Quotas Revisited
Date: 2005-06-12 01:45:12
Message-ID: e692861c05061118456cf7726a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Abhijit Menon-Sen 2005-06-12 09:24:47 creating WITH HOLD cursors using SPI
Previous Message Jonah H. Harris 2005-06-12 01:10:23 User/Group Quotas Revisited