I ask for help in the implementation of one idea.

In general, I have a base on postgre, and I need to catch the updated values ​​from the base. That is, when update(); occurs update(); , the trigger should work, and I also made a function that catches this trigger with all its values ​​(the name of the changed table and the value of the changed column). When I run through psql.exe, everything catches and sees everything perfectly. And I have a problem with the client application. I want it to be caught in the client side. The question is removed, I decided already :)

  • No one can tell? - rdhd
  • You'd better post the answer. This could help others with a similar problem. - Ilya Pirogov

0