doc: Add PROPERTY GRAPH to the access privilege tables
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
On Tue, Jul 14, 2026 at 10:57 PM Shinya Kato <shinya11.kato@gmail.com> wrote:
The attached patch adds the missing entries.
I've created the CF entry [1]https://commitfest.postgresql.org/patch/7044/.
[1]: https://commitfest.postgresql.org/patch/7044/
--
Best regards,
Shinya Kato
NTT OSS Center
On Tue, Jul 14, 2026 at 7:28 PM Shinya Kato <shinya11.kato@gmail.com> wrote:
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.
Thanks Shinya.
I just added a missing test for \dp on a property graph. Document change
looks good.
PFA patch with that change.
--
Best Wishes,
Ashutosh Bapat
Attachments:
v20260730-0005-Doc-Add-PROPERTY-GRAPH-to-the-access-privi.patchtext/x-patch; charset=US-ASCII; name=v20260730-0005-Doc-Add-PROPERTY-GRAPH-to-the-access-privi.patchDownload+16-1
On Thu, Jul 30, 2026 at 2:11 PM Ashutosh Bapat
<ashutosh.bapat.oss@gmail.com> wrote:
I just added a missing test for \dp on a property graph. Document change looks good.
PFA patch with that change.
Thanks for adding the test. LGTM.
--
Shinya Kato
NTT OSS Center
On 30.07.26 07:27, Shinya Kato wrote:
On Thu, Jul 30, 2026 at 2:11 PM Ashutosh Bapat
<ashutosh.bapat.oss@gmail.com> wrote:I just added a missing test for \dp on a property graph. Document change looks good.
PFA patch with that change.
Thanks for adding the test. LGTM.
committed