arkhipov / temporal_tables

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

Does anyone know if heroku supports this currently? #5

Open allenwlee opened 9 years ago

allenwlee commented 9 years ago

thanks.

arkhipov commented 9 years ago

Hello @allenwlee, I am sorry for my ignorance, but who is Heroku?

allenwlee commented 9 years ago

@arkhipov heroku.com is a platform as a service (like value-added remote hosting, backend provider), and postgres is their RDBMS

arkhipov commented 9 years ago

I doubt if they do. It seems that they have a limited number of extensions installed. Anyway, it might be a good idea to ask them if they are going to support it.

izavits commented 8 years ago

Unfortunately, neither Amazon RDS supports this extension (yet). It would be really cool if they did. I wonder if there's another way to use temporal_tables with amazon.

recurrence commented 7 years ago

There's been an effort to make a pure SQL version of this at https://github.com/nearform/temporal_tables .