From ad448d6d6ac9ba3727dbb2f754eb995c040601f8 Mon Sep 17 00:00:00 2001 From: Mark Leslie Date: Tue, 21 Sep 2010 23:11:35 +0000 Subject: [PATCH] Changing the default geometry name from 'the_geom' to 'geom' git-svn-id: http://svn.osgeo.org/postgis/trunk@5998 b70326c6-7e19-0410-871a-916f4a2858ee --- loader/shp2pgsql-core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/shp2pgsql-core.h b/loader/shp2pgsql-core.h index 1b54b9a7b..498442014 100644 --- a/loader/shp2pgsql-core.h +++ b/loader/shp2pgsql-core.h @@ -63,7 +63,7 @@ /* * Default geometry column name */ -#define GEOMETRY_DEFAULT "the_geom" +#define GEOMETRY_DEFAULT "geom" #define GEOGRAPHY_DEFAULT "geog" /*