Postgres: cannot ALTER TABLE because it has pending trigger events

​There is a stack overflow post about this: if you attempt to change a table schema from nullable to non-nullable, and there are existing null values, you will get this error upon attempting schema change.

Not a useful error!

http://stackoverflow.com/questions/12838111/south-cannot-alter-table-because-it-has-pending-trigger-events

Leave a Comment