Serial versus Serial

The problem is that PostgreSQL used to make SERIAL one way and changed the way later on. So if you have upgraded your databases, you may have more than one type of SERIAL. Ones both with and without referential integrity. This presentation shows you how to find the old style of SERIAL and fix them to be the new style of SERIAL.