| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: doc: Add PROPERTY GRAPH to the access privilege tables |
| Date: | 2026-08-04 08:37:45 |
| Message-ID: | E1wrAef-000000008lc-3nCd@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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(dot)kato(at)gmail(dot)com>
Reviewed-by: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CAOzEurScgwLDXQmNFnDZANGAMMiva9GnLH_kO8qGtGVHUvVk2A%40mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/63c3bbb39f9cb2d2bd830c8e286e03356e6e44a7
Modified Files
--------------
doc/src/sgml/ddl.sgml | 7 +++++++
src/test/regress/expected/privileges.out | 8 ++++++++
src/test/regress/sql/privileges.sql | 1 +
3 files changed, 16 insertions(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Álvaro Herrera | 2026-08-04 09:47:37 | pgsql: pg_surgery: Fix infinite loop on large TID arrays |
| Previous Message | Peter Eisentraut | 2026-08-04 08:16:53 | pgsql: Prohibit GRANT ... ON TABLE on a property graph |