Hacker News new | past | comments | ask | show | jobs | submit login

> other than DDL

Especially, definately, also DDL (where possible). There are only few DDL statements that cannot be run transactionally (most of which is [CREATE / RE]INDEX CONCURRENTLY), but the rest of DDL can best be tested before committing to the result, especially when migrating between versioned schemas: you don't want half-applied migrations.




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

Search: