标签: python postgresql shell ubuntu
答案 0 :(得分:1)
你可以运行
select 'ALTER DATABASE '||datname||' OWNER TO "xyz";' from pg_database where datdba = 'abc'::regrole;
然后捕获其输出,并运行它。