From: | "Sykora, Dale" <Dale(dot)Sykora(at)COMPAQ(dot)com> |
---|---|
To: | "'Mauricio Alarcon'" <malarcon(at)webdepot(dot)com(dot)co>, pgsql-novice(at)postgresql(dot)org |
Subject: | RE: Available Space |
Date: | 2000-11-08 19:05:17 |
Message-ID: | 415DD0BB9FAFD011B6E700805FBEB68E08AD93FB@exchou-ca0801bk.im.hou.compaq.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)webdepot(dot)com(dot)co]
Sent: Wednesday, November 08, 2000 12:41 PM
To: pgsql-novice(at)postgresql(dot)org
Subject: [NOVICE] Available Space
Hello!
I want to limit the available space in a table, How can I do that?
Tahnks
Mauricio Alarcon
From | Date | Subject | |
---|---|---|---|
Next Message | Poul L. Christiansen | 2000-11-08 19:37:30 | Re: MSAccess97 to PgSQL 7 |
Previous Message | Mauricio Alarcon | 2000-11-08 18:40:32 | Available Space |