Re: Fwd: Tracking DDL and DML changes in Postgresql and different versions of database (advance)

2018-05-30 Thread pavan95
Hi Luke, >Thank you Pavan, >I have a few questions. >Could you please describe in more details about event triggers? Maybe some examples how to start with this? Please refer the below link for more detailed information about "Event Triggers". Link: https://www.postgresql.org/docs/10/static

Fwd: Tracking DDL and DML changes in Postgresql and different versions of database (advance)

2018-05-30 Thread Łukasz Jarych
-- Forwarded message -- From: Łukasz Jarych Date: 2018-05-30 9:35 GMT+02:00 Subject: Re: Tracking DDL and DML changes in Postgresql and different versions of database (advance) To: Pavan Teja Thank you Pavan, I have a few questions. Could you please describe in more details

Re: Tracking DDL and DML changes in Postgresql and different versions of database (advance)

2018-05-29 Thread Pavan Teja
On Wed, May 30, 2018, 11:03 AM Łukasz Jarych wrote: > Hi Guys, > > i am using Access FE and Postgresql BE. > To track DML changes i have history log table wotking like here: > > https://www.fontstuff.com/access/acctut21.htm > > It is ok but this doesnt solve the problem with trakich DDL changes.

Tracking DDL and DML changes in Postgresql and different versions of database (advance)

2018-05-29 Thread Łukasz Jarych
Hi Guys, i am using Access FE and Postgresql BE. To track DML changes i have history log table wotking like here: https://www.fontstuff.com/access/acctut21.htm It is ok but this doesnt solve the problem with trakich DDL changes. For DDL changes i can use flyway system but how to combine this wi