pgRouting Manual (2.2)

Table of Contents

Contents   ::   Introduction  »


Supported versions: latest (3.8) 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0 main dev
Unsupported versions:2.6 2.5 2.4 2.3 2.2 2.1 2.0

Table of Contents

pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality.

This is the manual for pgRouting 2.2.4 (pgrouting-2.2.4).

Creative Commons Attribution-Share Alike 3.0 License

The pgRouting Manual is licensed under a Creative Commons Attribution-Share Alike 3.0 License. Feel free to use this material any way you like, but we ask that you attribute credit to the pgRouting Project and wherever possible, a link back to http://pgrouting.org. For other licenses used in pgRouting see the License page.

General

Tutorial

Tutorial

For a more complete introduction how to build a routing application read the pgRouting Workshop.

Sample Data

  • Sample Data that is used in the examples of this manual.

Functions

Version

pgr_version - to get pgRouting’s version information.

Data Types

pgRouting Data Types

  • pgr_costResult[] - A set of records to describe a path result with cost attribute.
  • pgr_costResult3[] - A set of records to describe a path result with cost attribute.
  • pgr_geomResult - A set of records to describe a path result with geometry attribute.

Topology functions

Topology Functions

Routing Functions

Routing Functions

Available Functions but not official pgRouting functions

Discontinued & Deprecated Functions

Change Log

Release Notes

Indices and tables

Contents   ::   Introduction  »