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 * FROM vrp_full_version();
version | build_type | compile_date | library | system | postgresql | compiler | boost | hash
---------+------------+--------------+------------------+------------------------+------------+-----------+--------+---------
0.0.0 | Debug | 2021/02/08 | vrprouting-0.0.0 | Linux-5.4.0-65-generic | 12.5 | GNU-8.4.0 | 1.71.0 | da7f1c5
(1 row)