Deprecated Functions¶
Warning
These functions are deprecated!!!
- That means they have been replaced by new functions or are no longer supported, and may be removed from future versions.
- All code that uses the functions should be converted to use its replacement if one exists.
Deprecated on version 2.3¶
Routing functions¶
- pgr_astar - Deprecated Signature - See new signatures of pgr_aStar
- pgr_tsp -Deprecated Signatures - See new signatures of Traveling Sales Person
Deprecated on version 2.2¶
Routing functions¶
- pgr_apspJohnson - Deprecated function - Replaced with pgr_johnson
- pgr_apspWarshall - Deprecated Function - Replaced with pgr_floydWarshall
- pgr_kDijkstra - Deprecated Functions - Replaced with pgr_dijkstraCost and pgr_dijkstra (one to many)
Deprecated on version 2.1¶
Routing functions¶
- pgr_dijkstra - Deprecated Signature - See new signature in pgr_dijkstra (one to one)
- pgr_ksp - Deprecated Signature - See new signature in pgr_ksp
- pgr_drivingDistance - Deprecated Signature - See new signature in pgr_drivingDistance
Auxiliary functions¶
- pgr_getColumnName - Deprecated Function
- pgr_getTableName - Deprecated Function
- pgr_isColumnIndexed - Deprecated Function
- pgr_isColumnInTable - Deprecated Function
- pgr_quote_ident - Deprecated Function
- pgr_versionless - Deprecated Function
- pgr_startPoint - Deprecated Function
- pgr_endPoint - Deprecated Function