From: Paul Ramsey Date: Wed, 16 Dec 2009 17:13:54 +0000 (+0000) Subject: Temporarily de-regress the loader while talking to -devel X-Git-Tag: 1.5.0b1~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c70b2e03abfb1cf7821396e5da8dd32890a2b60;p=postgis Temporarily de-regress the loader while talking to -devel git-svn-id: http://svn.osgeo.org/postgis/trunk@5013 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/loader/shp2pgsql-core.h b/loader/shp2pgsql-core.h index dc3f2b917..844d93501 100644 --- a/loader/shp2pgsql-core.h +++ b/loader/shp2pgsql-core.h @@ -65,8 +65,8 @@ /* * Default geometry column name */ -#define GEOMETRY_DEFAULT "geom" -#define GEOGRAPHY_DEFAULT "geog" +#define GEOMETRY_DEFAULT "the_geom" +#define GEOGRAPHY_DEFAULT "the_geog" /* * Structure to hold the loader configuration options