]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove apparent support for SECURITY LABEL ON PROPERTY GRAPH
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 6 Jul 2026 09:44:55 +0000 (11:44 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 6 Jul 2026 10:10:07 +0000 (12:10 +0200)
commit73dfe79fd6034b1e7e41e83d9c82c166dba8eb67
treed7ebe2fde0dfc243199f555e784a5c1bee829aae
parente994f956e4864f424320f5243b9af11e173ad398
Remove apparent support for SECURITY LABEL ON PROPERTY GRAPH

Commit 2f094e7ac69 added a mention of SECURITY LABEL ON PROPERTY GRAPH
to the SECURITY LABEL reference page, and it added support to psql tab
completion.  However, security labels on property graphs are not
actually supported (per SecLabelSupportsObjectType()).  The syntax
does work, but that is just a result of how gram.y is factored.  We
don't document or tab-complete the syntax of SECURITY LABEL for other
object types that are not actually supported, so it was inconsistent
to do this for property graphs.  Thus, remove this.

Reported-by: Noah Misch <noah@leadboat.com>
Discussion: https://www.postgresql.org/message-id/flat/20260704221210.08.noahmisch%40microsoft.com
doc/src/sgml/ref/security_label.sgml
src/bin/psql/tab-complete.in.c