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¶
pgr_full_version()
RETURNS
(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.3.5 | pgrouting-3.3.5
(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