Reading List

Postgres: Safely renaming a table with no downtime using updatable views from Fragments — brandur.org RSS feed.

Postgres: Safely renaming a table with no downtime using updatable views

Operations in online databases are always a tend to be a little tricky to carry out. Renaming a table safely in Postgres isn’t too hard, but there is some technique to it.