mreithub / pg_recall

Simple PostgreSQL extension that keeps track of changes to certain tables
Other
53 stars 1 forks source link

Properly initialize the log table in `recall_enable()` #8

Closed mreithub closed 8 years ago

mreithub commented 8 years ago

For log lookups to work properly, the _log table has to be filled with the current contents of the data table.