]> granicus.if.org Git - postgis/commit
Addition of C-based raster2pgsql in raster/loader. No changes have been made to...
authorBborie Park <bkpark at ucdavis.edu>
Mon, 12 Dec 2011 23:12:46 +0000 (23:12 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Mon, 12 Dec 2011 23:12:46 +0000 (23:12 +0000)
commit8b8ce38f5dd2b30f8d8bac3a09bc60213688f48d
tree07ab6d597350c110c04ebd865a386bd9b58d5888
parentb5665989f727239e45bddf5cc40e14c1182b3938
Addition of C-based raster2pgsql in raster/loader.  No changes have been made to remove the existing python-based raster2pgsql.py nor remove the python dependency in configure.  Users will need to run autogen.sh after this revision.

Associated ticket is #1297.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8369 b70326c6-7e19-0410-871a-916f4a2858ee
configure.ac
raster/Makefile.in
raster/loader/.svnignore [new file with mode: 0644]
raster/loader/Makefile.in [new file with mode: 0644]
raster/loader/raster2pgsql.c [new file with mode: 0644]
raster/loader/raster2pgsql.h [new file with mode: 0644]
raster/rt_pg/rtpostgis.sql.in.c