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
-- 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
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.
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