Обсуждение: how to get notification in front end application when ever postgre DB table is modified, any tool, jar, api available?

Поиск
Список
Период
Сортировка
how to get notification in front end application when ever postgre DB table is modified, any tool, jar, api available?
thanks & regards
seetharaman. j
________________________________________________________
seetharaman jayaraman wrote on 15.03.2010 10:13:
> how to get notification in front end application when ever postgre DB
> table is modified, any tool, jar, api available?
> thanks & regards
> seetharaman. j

Have a look at listen/nofify

http://www.postgresql.org/docs/current/static/sql-listen.html

Thomas