vrp_full_version

vrp_full_version — Get the details of vrpRouting version information.

Availability

Version 0.0.0

  • New official function

Description

Get the details of vrpRouting version information

Signatures

vrp_full_version()
RETURNS RECORD OF (version, build_type, compile_date, library, system, PostgreSQL, compiler, boost, hash)
Example:

Get the version installed for this documentation.

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

Result Columns

Type

Description

TEXT

vrpRouting version

See also

Indices and tables