Postgresql – Recommened way to create from a table generally
What is the recommended way to create a graph from a table (or from an SQL query, in general)? Say, we have a table A with fields id and parent_id, where the latter refers back to the former of some…