diff options
author | Tom Lane | 2025-06-05 15:29:24 +0000 |
---|---|---|
committer | Tom Lane | 2025-06-05 15:29:54 +0000 |
commit | 626b439e367d97f84901b12632976be157ddb696 (patch) | |
tree | f5b158d4dc51424a8381f9b6cefc3e2136d8945a | |
parent | 1a7968ac5f8981e5b93cff363debd9127ff08bc9 (diff) |
Doc: you must own the target object to use SECURITY LABEL.REL_13_STABLE
For some reason this wasn't mentioned before.
Author: Patrick Stählin <me@packi.ch>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/931e012a-57ba-41ba-9b88-24323a46dec5@packi.ch
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 587bdbd210d..37708af6f8b 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> |