Skip to content

Commit

Permalink
[pgr_astar] Fixing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MarPetra committed Nov 26, 2018
1 parent f5d7f1b commit de945cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sql/astar/astar.sql
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ COMMENT ON FUNCTION pgr_astar(TEXT, ANYARRAY, BIGINT, BOOLEAN, INTEGER, FLOAT, F
IS 'pgr_astar(Many to One)
- Parameters:
- edges SQL with columns: id, source, target, cost [,reverse_cost], x1, y1, x2, y2
- From vertex identifier
- To ARRAY[vertices identifiers]
- From ARRAY[vertices identifiers]
- To vertex identifier
- Optional Parameters:
- directed := true
- heuristic := 5
Expand All @@ -190,7 +190,7 @@ IS 'pgr_astar(Many to One)
';


COMMENT ON FUNCTION pgr_astar(TEXT, ANYARRAY, ANYARRAY, BOOLEAN, INTEGER, FLOAT, FLOAT)
COMMENT ON FUNCTION pgr_astar(TEXT, ANYARRAY, ANYARRAY, BOOLEAN, INTEGER, FLOAT, FLOAT)
IS 'pgr_astar(Many to Many)
- Parameters:
- edges SQL with columns: id, source, target, cost [,reverse_cost], x1, y1, x2, y2
Expand Down

0 comments on commit de945cf

Please sign in to comment.