Hacker News new | ask | show | jobs
by surjection 985 days ago
There is no code to do this because it's actually a nice feature of postgres - if the underlying column is renamed, the pgroll views that depend on that column are updated automatically as part of the same transaction.
1 comments

Very cool, thank you!