Re: User Quota Implementation

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: "Jonah H(dot) Harris" <jharris(at)tvi(dot)edu>
Cc: Yann Michel <yann-postgresql(at)spline(dot)de>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: User Quota Implementation
Date: 2005-06-14 16:50:54
Message-ID: 200506140950.54612.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2005-06-14 16:58:30 Re: interval->day first cut
Previous Message Jonah H. Harris 2005-06-14 15:31:11 Re: User Quota Implementation