Live data from Hacker News

Shrinking a Postgres Table

johnnunemaker.com

1–2 of 2 posts

Re: Shrinking a Postgres Table

#2
When I was reading the article I thought - was somebody watching me last night? Because I went through exactly the same thing. And came to the same conclusion, easier and faster to create a temporary new table than deleting directly with a sub-query.