云数据库 GAUSSDB-DROP SECURITY LABEL:示例

时间:2024-11-01 17:13:48

示例

1
2
3
4
5
6
7
8
9
--创建安全标签sec_label。
gaussdb=# CREATE SECURITY LABEL sec_label 'L1:G4';

--删除不存在的安全标签sec_label2。
gaussdb=# DROP SECURITY LABEL sec_label2;
ERROR:  security label "sec_label2" does not exist

--删除已存在的安全标签sec_label。
gaussdb=# DROP SECURITY LABEL sec_label;
support.huaweicloud.com/distributed-devg-v8-gaussdb/gaussdb-12-0615.html