| From: | Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com> |
|---|---|
| To: | Peter Eisentraut <peter(at)eisentraut(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Type of property graph |
| Date: | 2026-04-30 12:29:50 |
| Message-ID: | CAExHW5ucu7ZTgYkO6rB_1ShJP3e=GAT2T3CP4XWN8rUVEsiJoA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi Peter,
We create a pg_type entry for a property graph, but it's not used
anywhere and it doesn't make sense to create a type for a property
graph which doesn't hold any rows or can be associated with a specific
result type. We have other pg_class entries which do not have a type
associated with them. I think we should do the same for property graph
as well. Here's patch with that change. It doesn't show any failure in
make check as well.
--
Best Wishes,
Ashutosh Bapat
| Attachment | Content-Type | Size |
|---|---|---|
| v20260430-0001-Do-not-define-type-for-a-property-graph.patch | text/x-patch | 7.0 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ashutosh Bapat | 2026-04-30 12:31:22 | Re: Fix DROP PROPERTY GRAPH "unsupported object class" error |
| Previous Message | Bertrand Drouvot | 2026-04-30 11:26:46 | Re: Fix DROP PROPERTY GRAPH "unsupported object class" error |