From 07e70427718f673a332b8a2a9dc74f80284e115e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 27 Aug 2026 01:04:01 +0100 Subject: Comment on extract-node-traversal.sql. --- domagi/extract-node-traversal.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/domagi/extract-node-traversal.sql b/domagi/extract-node-traversal.sql index cfad925..713f599 100644 --- a/domagi/extract-node-traversal.sql +++ b/domagi/extract-node-traversal.sql @@ -1,3 +1,5 @@ +-- Start with the specified segment and traverse the graph up to a +-- specified distance picking up more segments along the way. CREATE TEMPORARY TABLE selected_segment AS WITH RECURSIVE cte (id, distance) AS ( -- cgit 1.4.1