小编smu*_*ard的帖子

Postgres 列级安全性

我在数据库testdb中有一个模式Snow。我正在努力为我的用户实现列级安全性。我的用户是老板经理实习生我以超级用户me的身份设置了该表的所有内容。他们都在集团公司

我的表是这样的:snow.company_table

 property_id |     property_address     |     city     | zip_code | state
-------------+--------------------------+--------------+----------+-------
           1 | 2564 Wescam Court        | Reno         |    89511 | NV    
           2 | 1732 Rubaiyat Road       | Grand Rapids |    49603 | MI    
           3 | 4094 Francis Mine        | Standish     |    96128 | CA    
           4 | 3193 Ashton Lane         | Briggs       |    78608 | TX    
           5 | 1519 North Street        | Alamosa      |    81102 …
Run Code Online (Sandbox Code Playgroud)

postgresql security postgresql-11

5
推荐指数
1
解决办法
1万
查看次数

标签 统计

postgresql ×1

postgresql-11 ×1

security ×1