]> granicus.if.org Git - postgis/commitdiff
Temporarily de-regress the loader while talking to -devel
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 16 Dec 2009 17:13:54 +0000 (17:13 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 16 Dec 2009 17:13:54 +0000 (17:13 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5013 b70326c6-7e19-0410-871a-916f4a2858ee

loader/shp2pgsql-core.h

index dc3f2b917a4d3e69e487dc454b8dbc6904868315..844d93501b27e5c441caf516f0b0f502e849b581 100644 (file)
@@ -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