pgr_full_version - pgRouting Manual (3.4)
pgr_full_version
pgr_full_version
- Get the details of pgRouting version information.
Availability
-
Version 3.0.0
-
New official function
-
Description
Get complete details of pgRouting version information
Signatures
(version,
build_type,
compile_date,
library,
system,
PostgreSQL,
compiler,
boost,
hash)
- Example :
-
Information about when this documentation was built
SELECT version, library FROM pgr_full_version();
version library
---------+-----------------
3.4.2 pgrouting-3.4.2
(1 row)
Return columns
Column |
Type |
Description |
---|---|---|
|
|
pgRouting version |
|
|
The Build type |
|
|
Compilation date |
|
|
Library name and version |
|
|
Operative system |
|
|
pgsql used |
|
|
Compiler and version |
|
|
Boost version |
|
|
Git hash of pgRouting build |
See Also
Indices and tables