| From: | Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com> |
|---|---|
| To: | Shinya Kato <shinya11(dot)kato(at)gmail(dot)com> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: doc: Add PROPERTY GRAPH to the access privilege tables |
| Date: | 2026-07-30 05:11:39 |
| Message-ID: | CAExHW5uq7xJweO-DTzG2P7yj1nykouq_iSWREvfpSFYRos=3pg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Tue, Jul 14, 2026 at 7:28 PM Shinya Kato <shinya11(dot)kato(at)gmail(dot)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
| Attachment | Content-Type | Size |
|---|---|---|
| v20260730-0005-Doc-Add-PROPERTY-GRAPH-to-the-access-privi.patch | text/x-patch | 3.8 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Shinya Kato | 2026-07-30 05:27:30 | Re: doc: Add PROPERTY GRAPH to the access privilege tables |
| Previous Message | Japin Li | 2026-07-30 05:08:10 | Re: Add counted_by attribute |