mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Previously the version of pointcloud was 1.1.0 while the version of pointcloud_postgis was 1.0.0. With this commit we ensure that the versions are the same. This commit also adds a PC_PostGIS_Version function that returns the version of the pointcloud_postgis extension.
7 lines
230 B
Plaintext
7 lines
230 B
Plaintext
# pointcloud postgis integration extension
|
|
comment = 'integration for pointcloud LIDAR data and PostGIS geometry data'
|
|
default_version = '@POINTCLOUD_VERSION@'
|
|
relocatable = true
|
|
superuser = false
|
|
requires = 'postgis, pointcloud'
|