agora inbox for pgsql-committers@postgresql.orghelp / color / mirror / Atom feed
pgsql: doc: Add PROPERTY GRAPH to the access privilege tables 2+ messages / 1 participants [nested] [flat]
* pgsql: doc: Add PROPERTY GRAPH to the access privilege tables @ 2026-08-04 08:37 Peter Eisentraut <peter@eisentraut.org> 0 siblings, 0 replies; 2+ messages in thread From: Peter Eisentraut @ 2026-08-04 08:37 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org 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%40mai... 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(+) ^ permalink raw reply [nested|flat] 2+ messages in thread
* pgsql: doc: Add PROPERTY GRAPH to the access privilege tables @ 2026-08-04 08:37 Peter Eisentraut <peter@eisentraut.org> 0 siblings, 0 replies; 2+ messages in thread From: Peter Eisentraut @ 2026-08-04 08:37 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org 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%40mai... Branch ------ REL_19_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/77964322d608f33b34f455ac2d3bd772f222160f 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(+) ^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2026-08-04 08:37 UTC | newest] Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2026-08-04 08:37 pgsql: doc: Add PROPERTY GRAPH to the access privilege tables Peter Eisentraut <peter@eisentraut.org> 2026-08-04 08:37 pgsql: doc: Add PROPERTY GRAPH to the access privilege tables 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