SECURITY LABEL ON PROPERTY GRAPH: supported?

From: Noah Misch <noah(at)leadboat(dot)com>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>, Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: SECURITY LABEL ON PROPERTY GRAPH: supported?
Date: 2026-07-04 22:12:10
Message-ID: 20260704221210.08.noahmisch@microsoft.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Commit 2f094e7 edited doc/src/sgml/ref/security_label.sgml to say this would
work, but:

SECURITY LABEL ON PROPERTY GRAPH pgr IS 'unclassified';
ERROR: security labels are not supported for this type of object

Which matches your intent, the implementation or the documentation?

(I noticed this when a cursory audit of RELKIND_VIEW matches took me to
SecLabelSupportsObjectType(). Consider auditing for RELKIND_VIEW matches that
need edits for RELKIND_PROPGRAPH.)

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2026-07-04 22:57:53 Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore
Previous Message Heikki Linnakangas 2026-07-04 21:47:14 psql single-step mode woes