Skip to content

Commit

Permalink
(docqueries) Fixing migration related query
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Dec 11, 2024
1 parent 05c8944 commit 2bb4c69
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions docqueries/src/migration.result
Original file line number Diff line number Diff line change
Expand Up @@ -280,30 +280,6 @@ WHERE edge != -1;
(10 rows)

/* --edgesv7 */
/* --viav1 */
SELECT id, source, target, cost, reverse_cost FROM edges;
id | source | target | cost | reverse_cost
----+--------+--------+------+--------------
6 | 1 | 3 | 1 | 1
7 | 3 | 7 | 1 | 1
4 | 6 | 7 | 1 | 1
5 | 10 | 11 | 1 | -1
8 | 7 | 11 | 1 | 1
12 | 8 | 12 | 1 | -1
11 | 11 | 12 | 1 | -1
10 | 7 | 8 | 1 | 1
17 | 2 | 4 | 1 | 1
14 | 8 | 9 | 1 | 1
18 | 13 | 14 | 1 | 1
13 | 12 | 17 | 1 | -1
15 | 16 | 17 | 1 | 1
16 | 15 | 16 | 1 | 1
9 | 11 | 16 | 1 | 1
3 | 10 | 15 | -1 | 1
1 | 5 | 6 | 1 | 1
2 | 6 | 10 | -1 | 1
(18 rows)

/* --viav2 */
SELECT * FROM pgr_dijkstraVia(
$$SELECT id, source, target, cost, reverse_cost FROM edges$$,
Expand Down

0 comments on commit 2bb4c69

Please sign in to comment.