@@ -150,6 +150,7 @@ ROWS 1000;
150150
151151COMMENT ON FUNCTION pgr_withPoints(TEXT , TEXT , BIGINT , BIGINT , BOOLEAN , CHAR , BOOLEAN )
152152IS ' pgr_withPoints (One to One)
153+ - PROPOSED
153154- Parameters:
154155 - Edges SQL with columns: id, source, target, cost [,reverse_cost]
155156 - Points SQL with columns: [pid], edge_id, fraction[,side]
@@ -166,6 +167,7 @@ IS 'pgr_withPoints (One to One)
166167
167168COMMENT ON FUNCTION pgr_withPoints(TEXT , TEXT , BIGINT , ANYARRAY, BOOLEAN , CHAR , BOOLEAN )
168169IS ' pgr_withPoints (One to Many)
170+ - PROPOSED
169171- Parameters:
170172 - Edges SQL with columns: id, source, target, cost [,reverse_cost]
171173 - Points SQL with columns: [pid], edge_id, fraction[,side]
@@ -182,6 +184,7 @@ IS 'pgr_withPoints (One to Many)
182184
183185COMMENT ON FUNCTION pgr_withPoints(TEXT , TEXT , ANYARRAY, BIGINT , BOOLEAN , CHAR , BOOLEAN )
184186IS ' pgr_withPoints (Many to One)
187+ - PROPOSED
185188- Parameters:
186189 - Edges SQL with columns: id, source, target, cost [,reverse_cost]
187190 - Points SQL with columns: [pid], edge_id, fraction[,side]
@@ -198,6 +201,7 @@ IS 'pgr_withPoints (Many to One)
198201
199202COMMENT ON FUNCTION pgr_withPoints(TEXT , TEXT , ANYARRAY, ANYARRAY, BOOLEAN , CHAR , BOOLEAN )
200203IS ' pgr_withPoints (Many to Many)
204+ - PROPOSED
201205- Parameters:
202206 - Edges SQL with columns: id, source, target, cost [,reverse_cost]
203207 - Points SQL with columns: [pid], edge_id, fraction[,side]
@@ -209,4 +213,4 @@ IS 'pgr_withPoints (Many to Many)
209213 - details := ' ' false' '
210214- Documentation:
211215 - ${PGROUTING_DOC_LINK}/pgr_withPoints.html
212- ' ;
216+ ' ;
0 commit comments