arkhipov / temporal_tables

Temporal Tables PostgreSQL Extension
BSD 2-Clause "Simplified" License
935 stars 47 forks source link

Correct trigger definition #30

Closed cachique closed 7 years ago

cachique commented 7 years ago

It looks to me that the 'employees_delete' trigger definition should have BEFORE DELETE instead of BEFORE INSERT.

arkhipov commented 7 years ago

Thank you.