【发布时间】:2013-06-02 07:46:44
【问题描述】:
我想使用
更改一个特定数据库中所有表的所有者REASSIGN OWNED BY postgres TO myuser
但它显示:
ERROR: cannot reassign ownership of objects owned by role postgres because they are required by the database system
我认为是因为这个系统中有更多的数据库,但我只想在一个指定的数据库(database1)中重新分配所有者。
有办法吗?
【问题讨论】:
标签: postgresql