Re: Graph datatype addition - Mailing list pgsql-hackers

From Atri Sharma
Subject Re: Graph datatype addition
Date
Msg-id CAOeZViehAMVYpb0+wAMgU6ZmmNjHuSrZu9p+WTxAp7-aoT=JsQ@mail.gmail.com
Whole thread Raw
In response to Re: Graph datatype addition  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: Graph datatype addition
List pgsql-hackers
>
> I don't agree with this; JSON is not really designed to store graphs.
> You will probably need a customized internal representation, just like
> hstore, that expresses a graph like structure.

Yes, we will have a custom internal representation. I was thinking of
ways to export the graph into user parsable type, hence JSON.



Regards,

Atri


--
Regards,

Atri
l'apprenant



pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Graph datatype addition
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] add --throttle option to pgbench