]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: Add PROPERTY GRAPH to the access privilege tables
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 4 Aug 2026 08:31:55 +0000 (10:31 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 4 Aug 2026 08:36:48 +0000 (10:36 +0200)
commit63c3bbb39f9cb2d2bd830c8e286e03356e6e44a7
tree146bc0225c471ceabb77a10d2ffd0facd2316e0b
parentfa62d4f6ea7529aa75105aa1ed3b43477ab365a0
doc: Add PROPERTY GRAPH to the access privilege tables

The SELECT privilege can be granted on a property graph, and its
privileges can be examined with psql's \dp command, but property
graphs were missing from both summary tables in the "Privileges"
section: the applicable object types for SELECT in the privilege
abbreviations table, and the per-object-type row in the summary of
access privileges table.  Add the missing entries so the tables match
the actual behavior described for the SELECT privilege and in GRANT.

While at it, also add a test for \dp on a property graph.

Author: Shinya Kato <shinya11.kato@gmail.com>
Reviewed-by: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/CAOzEurScgwLDXQmNFnDZANGAMMiva9GnLH_kO8qGtGVHUvVk2A%40mail.gmail.com
doc/src/sgml/ddl.sgml
src/test/regress/expected/privileges.out
src/test/regress/sql/privileges.sql