This file is indexed.

/usr/share/doc/postgresql-9.5-pgrouting-doc/html/en/_sources/src/common/doc/types/index.txt 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
.. 
   ****************************************************************************
    pgRouting Manual
    Copyright(c) pgRouting Contributors

    This documentation is licensed under a Creative Commons Attribution-Share  
    Alike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/
   ****************************************************************************

.. _data_types:

pgRouting Data Types
===============================================================================

The following are commonly used data types for some of the pgRouting functions.

  -  :ref:`type_cost_result` -  A set of records to describe a path result with cost attribute.
  -  :ref:`pgr_costResult3[] <type_cost_result3>` - A set of records to describe a path result with cost attribute.
  -  :ref:`pgr_geomResult <type_geom_result>` - A set of records to describe a path result with geometry attribute.



.. toctree::
   :hidden:

	pgr_costResult[] - Path Result with Cost <cost_result>
	pgr_geomResult[] - Path Result with Geometry  <geom_result>