How to detect values changed in field of foreign table? - Mailing list pgsql-sql

From Bob Spero
Subject How to detect values changed in field of foreign table?
Date
Msg-id CACgt7QVjRTja-9pY1xH47sK8D2VagLGAY9gA6V-ckqBW0ao4sg@mail.gmail.com
Whole thread Raw
Responses Re: How to detect values changed in field of foreign table?  (Adrian Klaver <adrian.klaver@gmail.com>)
List pgsql-sql
<div dir="ltr"><span
style="color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;font-size:16.799999237060547px">Ihave an
oracleforeign table that holds arbitrary tasks, when a task gets updated the "time_update" field will change. I want to
detectwhen the field changes so I can insert the values in a local table for completed tasks. Can postgresql detect
changesin a foreign table so a trigger can be invoked? I am new to postgrwsql so any examples or education on what
stepsto take to complete tjos would be greatly appreciated!</span><br /></div> 

pgsql-sql by date:

Previous
From: bobspero
Date:
Subject: Detecting when field value changes in Foreign Table?
Next
From: Tim Landscheidt
Date:
Subject: Re: find all views depend on a schema/table