Migration to identity columns on PostgreSQL, but without privileges to modify pg_depend
On preparation to the release of Doctrine DBAL 4, I want to migrate the identity column of my autoincrement based tables to "serial" type columns, as described here: Migration to identity columns on PostgreSQL There is a nice script included…