Hacker News new | ask | show | jobs
by jbub 766 days ago
"Ensure the column is NULLable and does not have a default value to avoid forcing a full table rewrite."

That one should be fixed since Postgres 11 https://brandur.org/postgres-default

1 comments

Thank you for correction! Indeed - it's one of those things i've read but practically avoided it for historic reasons and therefore forgot about it.