pgsql: Remove apparent support for SECURITY LABEL ON PROPERTY GRAPH - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove apparent support for SECURITY LABEL ON PROPERTY GRAPH
Date
Msg-id E1wggSx-001ZwC-3A@gemulon.postgresql.org
Whole thread
List 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@leadboat.com>
Discussion: https://www.postgresql.org/message-id/flat/20260704221210.08.noahmisch%40microsoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/73dfe79fd6034b1e7e41e83d9c82c166dba8eb67

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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Forbid generated columns in FOR PORTION OF
Next
From: Nathan Bossart
Date:
Subject: pgsql: Remove switch statements in vector8_shift_{left,right}.