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
This commit is contained in:
Mark Leslie 2010-09-21 23:11:35 +00:00
parent b2e8013c76
commit ad448d6d6a

View file

@ -63,7 +63,7 @@
/*
* Default geometry column name
*/
#define GEOMETRY_DEFAULT "the_geom"
#define GEOMETRY_DEFAULT "geom"
#define GEOGRAPHY_DEFAULT "geog"
/*