doc: Add PROPERTY GRAPH to the access privilege tables - Mailing list pgsql-hackers

From Shinya Kato
Subject doc: Add PROPERTY GRAPH to the access privilege tables
Date
Msg-id CAOzEurScgwLDXQmNFnDZANGAMMiva9GnLH_kO8qGtGVHUvVk2A@mail.gmail.com
Whole thread
Responses Re: doc: Add PROPERTY GRAPH to the access privilege tables
List pgsql-hackers
Hi hackers,

Since SQL/PGQ was committed, the SELECT privilege can be granted on a
property graph, but property graphs are missing from the two summary
tables in the "Privileges" section of ddl.sgml.

The description of the SELECT privilege in that section already
mentions property graphs, and GRANT lists PROPERTY GRAPH as a
grantable object, yet the reference tables that follow do not:
- The privilege abbreviations table does not list PROPERTY GRAPH among
the object types the SELECT privilege applies to.
- The "Summary of Access Privileges" table has no PROPERTY GRAPH row.

The attached patch adds the missing entries.

-- 
Best regards,
Shinya Kato
NTT OSS Center

Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: document the dangers of granting TRIGGER or REFERENCES
Next
From: Daniel Gustafsson
Date:
Subject: Re: Fix GROUP BY ALL handling of ORDER BY operator semantics