Re: User Quota Implementation - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: User Quota Implementation
Date
Msg-id 200506140950.54612.josh@agliodbs.com
Whole thread Raw
In response to Re: User Quota Implementation  ("Jonah H. Harris" <jharris@tvi.edu>)
Responses Re: User Quota Implementation
List pgsql-hackers
Guys,

> >>I'd like to avoid a GUC for "percent_full_warning" if we can.   Can
> >> anyone see a way around this?  Should we just assume 90% full?

On second thought, we need to have a GUC for this, whether I want it or not. 
It needs to be optional to the log, yes?   So it would be:
log_tablespace_full = %
with the default being "0" (don't log).

-- 
Josh Berkus
Aglio Database Solutions
San Francisco


pgsql-hackers by date:

Previous
From: "Jonah H. Harris"
Date:
Subject: Re: User Quota Implementation
Next
From: Josh Berkus
Date:
Subject: Re: interval->day first cut