我收到错误ERROR: permission denied for relation users
并尝试使用两者更新权限
grant all privileges on all tables in schema ops to my_user
GRANT ALL PRIVILEGES ON TABLE the_table TO my_user
在DBVisualizer中我的资助选项卡可以看到my_user用户拥有的权限DELETE
,INSERT
,SELECT
,TRUNCATE
,和UPDATE
。 IS_GRANTABLE
所有这些都设置为 NO。但是我仍然收到此错误。还剩下什么。