arkhipov / temporal_tables

Temporal Tables PostgreSQL Extension
BSD 2-Clause "Simplified" License
927 stars 46 forks source link

Seems did not work in PostgreSQL 10 Beta 3 #34

Closed littlebtc closed 7 years ago

littlebtc commented 7 years ago

I am trying to use this in pg10 beta3 from Docker, but I cannot insert any row into the temporal table that had trigger inserted.

Back to PostgreSQL 9.6 and it works fine.

Any possible reason?

mlt commented 7 years ago

There is a #33 that fixes it.