Type of property graph - Mailing list pgsql-hackers

From Ashutosh Bapat
Subject Type of property graph
Date
Msg-id CAExHW5ucu7ZTgYkO6rB_1ShJP3e=GAT2T3CP4XWN8rUVEsiJoA@mail.gmail.com
Whole thread
List 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

pgsql-hackers by date:

Previous
From: Bertrand Drouvot
Date:
Subject: Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Next
From: Ashutosh Bapat
Date:
Subject: Re: Fix DROP PROPERTY GRAPH "unsupported object class" error