-werners-
Esteemed Contributor III

have you tried without backticks?  I mean using common variable substitution:
ALTER TABLE my_table OWNER TO '${new_owner}' (new_owner is a dab var of course).