squirrelmaster
Raw SQL references
Hmmm, looking at the raw sql restrictions, it's not possible for a function to be migrated in step with a supported operation like rename column, so a function that references a renamed column will break. Is it viable to just put all the migration's operations into a single raw sql operation, or will this cause locking and kind of defeat the purpose of pgroll?
5 replies