Added version information.

Associated ticket is #1369.


git-svn-id: http://svn.osgeo.org/postgis/trunk@8372 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Bborie Park 2011-12-13 05:03:20 +00:00
parent ad529be679
commit 3802f3def4
2 changed files with 3 additions and 0 deletions

View file

@ -251,6 +251,7 @@ chartrim(const char *input, char *remove) {
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"

View file

@ -56,6 +56,8 @@
#define MINOVFACTOR 2
#define MAXOVFACTOR 1000
#define RCSID "$Id$"
typedef struct raster_loader_config {
/* raster filename */
int rt_file_count;