Re: User Quota Implementation

Поиск
Список
Период
Сортировка
От Jonah H. Harris
Тема Re: User Quota Implementation
Дата
Msg-id 42AF163A.5030009@tvi.edu
обсуждение исходный текст
Ответ на Re: User Quota Implementation  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: User Quota Implementation  (Yann Michel <yann-postgresql@spline.de>)
Список pgsql-hackers
I prefer this option over a GUC.

Josh Berkus wrote:

>People,
>
>  
>
>>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).
>>    
>>
>
>On third thought, could we do this as part of the maximum size declaration?  
>Like:
>
>ALTER TABLESPACE tbsp1 SET MAXSIZE 128M MAXWARN 80
>
>That would be ideal, since the % you might want could vary per tablespace.  
>This would be emitted as a WARNING to the log every time you run a check 
>(e.g. after each commit).  
>
>  
>



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: User Quota Implementation
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: In RULEs, INSERT does not use DEFAULTs