pointcloud/pgsql/pointcloud.control
Paul Ramsey cec591ce2e Start on WKB support and necessary
infrastructure to do PCPOINT in the database
2013-01-18 12:02:54 -08:00

8 lines
189 B
Plaintext

# pointcloud extension
comment = 'data type for lidar point clouds'
default_version = '1.0'
module_pathname = '$libdir/pointcloud'
relocatable = true
superuser = true
#requires = 'postgis'