pgsql: Remove apparent support for SECURITY LABEL ON PROPERTY GRAPH

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove apparent support for SECURITY LABEL ON PROPERTY GRAPH
Date: 2026-07-06 10:22:19
Message-ID: E1wggSy-001ZwE-02@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)leadboat(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/20260704221210.08.noahmisch%40microsoft.com

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/33bfad0f3cad222e4a2593cc774234e3117f1bc0

Modified Files
--------------
doc/src/sgml/ref/security_label.sgml | 1 -
src/bin/psql/tab-complete.in.c | 4 +---
2 files changed, 1 insertion(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2026-07-06 16:13:08 pgsql: Add comment to describe the various frontend cancel methods
Previous Message Peter Eisentraut 2026-07-06 07:42:03 pgsql: Forbid generated columns in FOR PORTION OF