Re: limiting number of allowed rows in a table

Поиск
Список
Период
Сортировка
От Vanja
Тема Re: limiting number of allowed rows in a table
Дата
Msg-id ed6f95fd0512280835v300966feqc25b77eb76b73deb@mail.gmail.com
обсуждение исходный текст
Ответ на Re: limiting number of allowed rows in a table  (Sean Davis <sdavis2@mail.nih.gov>)
Список pgsql-novice
Yes, I kinda had the same thing in mind about somehow using COUNT(*)
but without any success so far. Can you please give me a code fragment
on how would you implement this? Thanks.


On 12/28/05, Sean Davis <sdavis2@mail.nih.gov> wrote:
>
> I don't think there is such a constraint (but would love to hear otherwise).
> However, you could place a trigger on a table that does a count(*) on the
> table (which might be time-consuming on a large table, but....) and then
> does whatever you want (ignore the insert, put it in another table, or
> delete an old row before inserting the new one).  Why do you want to limit
> the number of rows?
>
> Sean
>
>
>

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

Предыдущее
От: Sean Davis
Дата:
Сообщение: Re: limiting number of allowed rows in a table
Следующее
От: s anwar
Дата:
Сообщение: Re: Postgres 8.1 choosing the larger index for an index scan