agora inbox for pgsql-committers@postgresql.org  
help / color / mirror / Atom feed
pgsql: Remove apparent support for SECURITY LABEL ON PROPERTY GRAPH
2+ messages / 1 participants
[nested] [flat]

* pgsql: Remove apparent support for SECURITY LABEL ON PROPERTY GRAPH
@ 2026-07-06 10:22 Peter Eisentraut <peter@eisentraut.org>
  0 siblings, 0 replies; 2+ messages in thread

From: Peter Eisentraut @ 2026-07-06 10:22 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

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



^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* pgsql: Remove apparent support for SECURITY LABEL ON PROPERTY GRAPH
@ 2026-07-06 10:22 Peter Eisentraut <peter@eisentraut.org>
  0 siblings, 0 replies; 2+ messages in thread

From: Peter Eisentraut @ 2026-07-06 10:22 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

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



^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2026-07-06 10:22 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 10:22 pgsql: Remove apparent support for SECURITY LABEL ON PROPERTY GRAPH Peter Eisentraut <peter@eisentraut.org>
2026-07-06 10:22 pgsql: Remove apparent support for SECURITY LABEL ON PROPERTY GRAPH Peter Eisentraut <peter@eisentraut.org>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox