Open seyedmo30 opened 1 year ago
works as intended.
@seyedmo30, You need to configure REPLICA IDENTITY
for a table, to instruct PostgreSQL sending this data.
By default in OldTuple
you will receive only primary key(s) and only if it was changed during update. Otherwise nil.
check this short explanation (promoting my project) and official docs.
if needed, example with index based replica identity.
@ubombi thanks a lot , it working
i copy and run logical exampe code , but after update , OldTuple print nil
print :