This file is indexed.

/usr/share/doc/postgresql-9.5-pgrouting-doc/html/en/doc/index_man.html is in postgresql-9.5-pgrouting-doc 2.1.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>pgRouting Reference &mdash; pgRouting Manual (2.1.0)</title>
    
    <link rel="stylesheet" href="../_static/haiku.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '../',
        VERSION:     '2.1.0 (b38118a master)',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="../_static/jquery.js"></script>
    <script type="text/javascript" src="../_static/underscore.js"></script>
    <script type="text/javascript" src="../_static/doctools.js"></script>
    <script type="text/javascript" src="../_static/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
    <link rel="shortcut icon" href="../_static/favicon.ico"/>
    <link rel="top" title="pgRouting Manual (2.1.0)" href="index.html" /> 
  </head>
  <body role="document">
      <div class="header" role="banner"><img class="rightlogo" src="../_static/pgrouting.png" alt="Logo"/><h1 class="heading"><a href="../index.html">
          <span>pgRouting Manual (2.1.0)</span></a></h1>
        <h2 class="heading"><span>pgRouting Reference</span></h2>
      </div>
      <div class="topnav" role="navigation" aria-label="top navigation">
      
        <p>
        <a class="uplink" href="index.html">Contents</a>
        </p>

      </div>
      <div class="content">
        
        
  <div class="section" id="pgrouting-reference">
<span id="man"></span><h1>pgRouting Reference<a class="headerlink" href="#pgrouting-reference" title="Permalink to this headline">ΒΆ</a></h1>
<p>pgRouting extends the <a class="reference external" href="http://postgis.net">PostGIS</a>/<a class="reference external" href="http://postgresql.org">PostgreSQL</a> geospatial database to provide geospatial routing and other network analysis functionality.</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="src/introduction/introduction.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="src/introduction/support.html">Support</a></li>
</ul>
</div>
<p>pgRouting provides several <a class="reference internal" href="../src/common/doc/index.html#common"><span>common functions</span></a>:</p>
<div class="toctree-wrapper compound">
</div>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../src/common/doc/functions/analyze_graph.html">pgr_analyzeGraph</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/common/doc/functions/analyze_oneway.html">pgr_analyzeOneway</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/common/doc/functions/create_topology.html">pgr_createTopology</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/common/doc/functions/create_vert_table.html">pgr_createVerticesTable</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/common/doc/functions/index.html">Topology Functions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/common/doc/functions/node_network.html">pgr_nodeNetwork</a></li>
</ul>
</div>
<p>pgRouting defines a few <a class="reference internal" href="../src/common/doc/types/index.html#data-types"><span>custom data types</span></a>:</p>
<div class="toctree-wrapper compound">
</div>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../src/common/doc/types/cost_result.html">pgr_costResult[]</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/common/doc/types/cost_result.html#pgr-costresult3-multiple-path-results-with-cost">pgr_costResult3[] - Multiple Path Results with Cost</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/common/doc/types/geom_result.html">pgr_geomResult[]</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/common/doc/types/index.html">pgRouting Data Types</a></li>
</ul>
</div>
<p>pgRouting functions in alphabetical order:</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../src/apsp_johnson/doc/index.html">pgr_apspJohnson - All Pairs Shortest Path, Johnson&#8217;s Algorithm</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/apsp_warshall/doc/index.html">pgr_apspWarshall - All Pairs Shortest Path, Floyd-Warshall Algorithm</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/astar/doc/index.html">pgr_astar - Shortest Path A*</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/bd_astar/doc/index.html">pgr_bdAstar - Bi-directional A* Shortest Path</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/bd_dijkstra/doc/index.html">pgr_bdDijkstra - Bi-directional Dijkstra Shortest Path</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/dijkstra/doc/index.html">pgr_dijkstra - Shortest Path Dijkstra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/dijkstra/doc/index.html#the-problem-definition">The problem definition</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/kdijkstra/doc/index.html">pgr_kDijkstra - Mutliple destination Shortest Path Dijkstra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/ksp/doc/index.html">pgr_ksp - Multiple shortest Paths based on Dijkstra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/tsp/doc/index.html">pgr_tsp - Traveling Sales Person</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/trsp/doc/index.html">pgr_trsp - Turn Restriction Shortest Path (TRSP)</a></li>
</ul>
</div>
<p>If pgRouting is compiled with &#8220;Driving Distance&#8221; enabled:</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../src/driving_distance/doc/dd_alphashape.html">pgr_alphaShape</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/driving_distance/doc/index.html">Driving Distance</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/driving_distance/doc/index.html#driving-distance-post-processing">Driving Distance post-processing</a></li>
<li class="toctree-l1"><a class="reference internal" href="../src/driving_distance/doc/dd_points_as_polygon.html">pgr_pointsAsPolygon</a></li>
</ul>
</div>
<p>Some functions from previous releases may have been removed.</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../src/common/doc/legacy.html">Legacy Functions</a></li>
<li class="toctree-l1"><a class="reference internal" href="src/developer/discontinued.html">Discontinued Functions</a></li>
</ul>
</div>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="src/introduction/introduction.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="src/introduction/support.html">Support</a></li>
<li class="toctree-l1"><a class="reference internal" href="src/introduction/support.html">Support</a></li>
</ul>
</div>
</div>


      </div>
      <div class="bottomnav" role="navigation" aria-label="bottom navigation">
      
        <p>
        <a class="uplink" href="index.html">Contents</a>
        </p>

      </div>

    <div class="footer" role="contentinfo">
        &copy; Copyright pgRouting Contributors - Version 2.1.0 (b38118a master).
      Last updated on Feb 05, 2016.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.5.
    </div>
  </body>
</html>