aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/input/security_label.source
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regress/input/security_label.source')
-rw-r--r--src/test/regress/input/security_label.source1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/regress/input/security_label.source b/src/test/regress/input/security_label.source
index 70771d75967..287dd76ead1 100644
--- a/src/test/regress/input/security_label.source
+++ b/src/test/regress/input/security_label.source
@@ -49,6 +49,7 @@ SET SESSION AUTHORIZATION seclabel_user1;
SECURITY LABEL ON TABLE seclabel_tbl1 IS 'classified'; -- OK
SECURITY LABEL ON COLUMN seclabel_tbl1.a IS 'unclassified'; -- OK
+SECURITY LABEL ON COLUMN seclabel_tbl1 IS 'unclassified'; -- fail
SECURITY LABEL ON TABLE seclabel_tbl1 IS '...invalid label...'; -- fail
SECURITY LABEL FOR 'dummy' ON TABLE seclabel_tbl1 IS 'unclassified'; -- OK
SECURITY LABEL FOR 'unknown_seclabel' ON TABLE seclabel_tbl1 IS 'classified'; -- fail