Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This post is absolutely terrific and has been been my main reference for Reshape, an automated, zero-downtime schema migration tool: https://github.com/fabianlindfors/reshape



Could reshape help with temporal table schema migration? https://stackoverflow.com/questions/71131800/how-to-avoid-br...


I don't believe Postgres supports temporal tables and as Reshape is Postgres-only, it won't help.

The principle behind Reshape might be applicable to temporal tables though but I don't have enough experience with them to say.


So all applications only interact with views and don't use the actual tables themselves?


That's right! "Simple" views (ones mapping directly to a table) are quite powerful in Postgres and an application interacting with them won't know the difference.


I was thinking about that. Nice to know there was a link!


Reshape is super promising! Great work!!


Thank you! :)




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: