This file is indexed.

/usr/share/doc/postgresql-9.5-pgrouting-doc/html/en/_sources/src/common/doc/utilities/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
28
29
30
31
32
33
34
35
36
37
38
.. 
   ****************************************************************************
    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/
   ****************************************************************************

.. _developer_functions:

Developers's Functions
===============================================================================

Functions to help you develop a wrapper or a recipe 

   -  :ref:`pgr_get_column_name` - to get the name of the column as is stored in the postgres administration tables.
   -  :ref:`pgr_get_table_name` - to retrieve the name of the table as is stored in the postgres administration tables.
   -  :ref:`pgr_is_column_indexed` - to check if the column is indexed. 
   -  :ref:`pgr_is_column_in_table` - to check only for the existance of the column.
   -  :ref:`pgr_point_to_id` -to insert/get the id of the inserted point in a vertices table.
   -  :ref:`pgr_quote_ident` - to quotes the input text to be used as an identifier in an SQL statement string.
   -  :ref:`pgr_versionless` - to compare two version numbers.
   -  :ref:`pgr_start_point` - to get the start point of a (multi)linestring.
   -  :ref:`pgr_end_point` - to get the end point of a (multi)linestring.

.. toctree::
   :hidden:

	pgr_getColumnName - to get the name of the column as is stored in the postgres administration tables. <get_column_name> 
	pgr_getTableName - to retrieve the name of the table as is stored in the postgres administration tables.<get_table_name>
	pgr_isColumnIndexed - to check if the column is indexed. <is_column_indexed>
	pgr_isColumnInTable - to check only for the existance of the column.<is_column_in_table> 
	pgr_pointToId -to insert/get the id of the inserted point in a vertices table.<point_to_id>
	pgr_quote_ident - to quotes the input text to be used as an identifier in an SQL statement string.<quote_ident>
	pgr_versionless - to compare two version numbers<versionless>
	pgr_startPoint - to get the start point of a (multi)linestring<start_point>
	pgr_endPoint - to get the end point of a (multi)linestring<end_point>