Associated ticket is #1369.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8372
b70326c6-7e19-0410-871a-
916f4a2858ee
static void
usage() {
+ printf(_("RELEASE: %s GDAL_VERSION=%d (%s)\n"), POSTGIS_VERSION, POSTGIS_GDAL_VERSION, RCSID );
printf(_(
"USAGE: raster2pgsql [<options>] <raster>[ <raster>[ ...]] [[<schema>.]<table>]\n"
" Multiple rasters can also be specified using wildcards (*,?).\n"
#define MINOVFACTOR 2
#define MAXOVFACTOR 1000
+#define RCSID "$Id$"
+
typedef struct raster_loader_config {
/* raster filename */
int rt_file_count;