doc: Add PROPERTY GRAPH to the access privilege tables

Started by Shinya Katoabout 1 month ago5 messageshackers
Jump to latest
#1Shinya Kato
shinya11.kato@gmail.com

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

Attachments:

t253077_1
v1-0001-doc-Add-PROPERTY-GRAPH-to-the-access-privilege-ta.patchapplication/octet-stream; name=v1-0001-doc-Add-PROPERTY-GRAPH-to-the-access-privilege-ta.patchDownload+7-1
#2Shinya Kato
shinya11.kato@gmail.com
In reply to: Shinya Kato (#1)
Re: doc: Add PROPERTY GRAPH to the access privilege tables

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

#3Ashutosh Bapat
ashutosh.bapat.oss@gmail.com
In reply to: Shinya Kato (#1)
Re: doc: Add PROPERTY GRAPH to the access privilege tables

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
#4Shinya Kato
shinya11.kato@gmail.com
In reply to: Ashutosh Bapat (#3)
Re: doc: Add PROPERTY GRAPH to the access privilege tables

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

#5Peter Eisentraut
peter_e@gmx.net
In reply to: Shinya Kato (#4)
Re: doc: Add PROPERTY GRAPH to the access privilege tables

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