Re: User Quota Implementation - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: User Quota Implementation
Date
Msg-id 20040709163616.GB25233@dcc.uchile.cl
Whole thread Raw
In response to Re: User Quota Implementation  ("Jonah H. Harris" <jharris@tvi.edu>)
List pgsql-hackers
On Fri, Jul 09, 2004 at 10:04:01AM -0600, Jonah H. Harris wrote:

> I'd like to make the following changes...  Let me know your thoughts.
> 
> - userquota is stored in units of kilobytes... is this adequate?  Would 
> anyone ever use a quota < 1K other than for allowing a user no space? 
> If the user has no space, why not just disable the account and/or make 
> them read-only?

We don't have the functionality for read-only, unless you REVOKE all his
privileges except select.

Anyway I think that you can't really enforce with such granularity, so
this is moot.

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"La felicidad no es mañana. La felicidad es ahora"



pgsql-hackers by date:

Previous
From: James Robinson
Date:
Subject: Re: User Quota Implementation
Next
From: Stephen Frost
Date:
Subject: Re: User Quota Implementation