Обсуждение: Available Space

Поиск
Список
Период
Сортировка

Available Space

От
Mauricio Alarcon
Дата:
Hello!

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

Tahnks

Mauricio Alarcon


RE: Available Space

От
"Sykora, Dale"
Дата:
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