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.2 | vrprouting-0.4.2
(1 row)
Result Columns¶
Column |
Type |
Description |
---|---|---|
|
|
vrpRouting version |
|
|
The Build type |
|
|
Compilation date |
|
|
Library name and version |
|
|
Operative system |
|
|
pgsql used |
|
|
Compiler and version |
|
|
Git hash of vrpRouting build |
See also
Indices and tables