diff options
author | Tom Lane | 2025-06-05 15:29:24 +0000 |
---|---|---|
committer | Tom Lane | 2025-06-05 15:30:12 +0000 |
commit | 04acad82b0f912e779795a4661f7d63f5e35b9da (patch) | |
tree | b0e205d9598d5ae7daeccf69427b0f4851418670 | |
parent | cc733ed164c5b57fdf34d16e4cc8e9bbdc171699 (diff) |
Doc: you must own the target object to use SECURITY LABEL.
For some reason this wasn't mentioned before.
Author: Patrick Stählin <[email protected]>
Reviewed-by: Tom Lane <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 13
-rw-r--r-- | doc/src/sgml/ref/security_label.sgml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/security_label.sgml b/doc/src/sgml/ref/security_label.sgml index e5e5fb483e9..aa45c0af248 100644 --- a/doc/src/sgml/ref/security_label.sgml +++ b/doc/src/sgml/ref/security_label.sgml @@ -84,6 +84,10 @@ SECURITY LABEL [ FOR <replaceable class="parameter">provider</replaceable> ] ON based on object labels, rather than traditional discretionary access control (DAC) concepts such as users and groups. </para> + + <para> + You must own the database object to use <command>SECURITY LABEL</command>. + </para> </refsect1> <refsect1> |