Trying to Represent a Tree Structure Using Postgres
http://patshaughnessy.net/2017/12/11/trying-to-represent-a-tree-structure-using-postgres [patshaughnessy.net]
2017-12-11 22:16
This week I’ll publish a series of blog posts on the Postgres LTREE extension. I’ll get started today by trying to insert a tree structure into a Postgres table using standard SQL, and during the rest of the week I’ll take a close look at LTREE: how to install it, how to use it, and how it works.