We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67d4e0 commit ac5fd8aCopy full SHA for ac5fd8a
docqueries/ordering/sloanOrdering.pg
@@ -0,0 +1,7 @@
1
+-- CopyRight(c) pgRouting developers
2
+-- Creative Commons Attribution-Share Alike 3.0 License : https://creativecommons.org/licenses/by-sa/3.0/
3
+/* -- q1 */
4
+SELECT * FROM pgr_sloanOrdering(
5
+ 'SELECT id, source, target, cost, reverse_cost FROM edges'
6
+ );
7
+/* -- q2 */
0 commit comments