Re: Question about database restrict

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: Question about database restrict
Дата
Msg-id d15q96$13cq$1@news.hub.org
обсуждение исходный текст
Ответ на Question about database restrict  (Yu Jie <webpurchasing@yahoo.com>)
Ответы Re: Question about database restrict  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-general


"Yu Jie" <webpurchasing@yahoo.com>  writes:
> Hi all,
>     If I want to restrict the maximum size of one
> table to 5MB, restrict the maximum size of database
> file to 100MB, how can I do that restriction?
>     Is PostgreSQL8.0 support this function? I can't
> find it in the manual of PostgreSQL.

PG does not support this function directly. However, you may use OS provided
functions to do this more or less.

Regards,
Qingqing

>
> Thanks.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>



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

Предыдущее
От: Sven Willenberger
Дата:
Сообщение: Re: PostgreSQL training
Следующее
От: "Sim Zacks"
Дата:
Сообщение: Re: plpython function problem workaround