RE: Available Space

Поиск
Список
Период
Сортировка
От Sykora, Dale
Тема RE: Available Space
Дата
Msg-id 415DD0BB9FAFD011B6E700805FBEB68E08AD93FB@exchou-ca0801bk.im.hou.compaq.com
обсуждение исходный текст
Ответ на Available Space  (Mauricio Alarcon <malarcon@webdepot.com.co>)
Список pgsql-novice
Perhaps use a trigger to delete old rows when new rows are inserted, or
change the write privlege on a table if row count reaches a certain level. I
haven't tried this myself, but this is the way I would approach it.  You
could also add logic to your apps/scripts to check row count before inserts.

Dale

-----Original Message-----
From: Mauricio Alarcon [mailto:malarcon@webdepot.com.co]
Sent: Wednesday, November 08, 2000 12:41 PM
To: pgsql-novice@postgresql.org
Subject: [NOVICE] Available Space


Hello!

I want to limit the available space in a table, How can I do that?

Tahnks

Mauricio Alarcon

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

Предыдущее
От: Mauricio Alarcon
Дата:
Сообщение: Available Space
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] VACUUM AND VACUUM ANALYSE