vrp_full_version

vrp_full_version — Get the details of vrpRouting version information.

Availability

Version 0.4.1

  • Boost removed from the result columns

Version 0.0.0

  • New official function

Description

Get the details of vrpRouting version information

Signatures

pgr_full_version()
RETURNS (version, build_type, compile_date, library, system, PostgreSQL, compiler, hash)
Example:

Get the version installed for this documentation.

SELECT version, library FROM vrp_full_version();
 version |     library
---------+------------------
 0.4.1   | vrprouting-0.4.1
(1 row)

Result Columns

Column

Type

Description

version

TEXT

vrpRouting version

build_type

TEXT

The Build type

compile_date

TEXT

Compilation date

library

TEXT

Library name and version

system

TEXT

Operative system

postgreSQL

TEXT

pgsql used

compiler

TEXT

Compiler and version

hash

TEXT

Git hash of vrpRouting build

See also

Indices and tables