From 5c70b2e03abfb1cf7821396e5da8dd32890a2b60 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 16 Dec 2009 17:13:54 +0000 Subject: [PATCH] Temporarily de-regress the loader while talking to -devel git-svn-id: http://svn.osgeo.org/postgis/trunk@5013 b70326c6-7e19-0410-871a-916f4a2858ee --- loader/shp2pgsql-core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0