Monitoring new records

Поиск
Список
Период
Сортировка
От messias
Тема Monitoring new records
Дата
Msg-id E1JUo5a-0007ok-00@osiris.swi.hu
обсуждение исходный текст
Ответы Re: Monitoring new records  ("Andrej Ricnik-Bay" <andrej.groups@gmail.com>)
Список pgsql-novice
Hello



I am new in SQL programing and I have a problem. I would like to

monitor the new records which is inserted into an SQL table.

I found some solution which mentioned a queue (log) table which can

be filled by a trigger. The client would read from that queue table,

and delete the readed data.

I think this solution can work with only one client.

But I would have more than one client at the same time, and I do not

know how I can delete the data from the queue table.

I can make queue table for every client, but I think this is not a

nice solution.

I am affraid of lost client....

I am intrested in every solution which can solve my problem.



Any help would is appreciated.



Thanks Ferenc Banhidi



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

Предыдущее
От: "s anwar"
Дата:
Сообщение: Postgres 8.3 - C function taking and returning arrays
Следующее
От: "Andrej Ricnik-Bay"
Дата:
Сообщение: Re: Monitoring new records