美文网首页
PostgreSQL的ERROR: permission den

PostgreSQL的ERROR: permission den

作者: 刘大坝 | 来源:发表于2022-10-19 09:50 被阅读0次

原文地址:https://blog.csdn.net/tang_jian_dong/article/details/125763407

postgresql schema 授权;

一个数据库下, 有三个 schema: schema 1, schema 2, schema 3,

schema 1 需要访问 schema 2下面的表:

grant all on schema  schema 2  to  schema 1;

schema 1访问:

 select * from  schema 2.xxxxx;

相关文章

网友评论

      本文标题:PostgreSQL的ERROR: permission den

      本文链接:https://www.haomeiwen.com/subject/vrrezrtx.html