[postgis-users] Convert already loaded table into a spatial table (points)

Fabio Renzo Panettieri fpanettieri at xoomcode.com
Thu Aug 12 11:06:54 PDT 2010


> SELECT AddGeometryColumn
> ('public','my_table','the_geom',4326,'POINT',2);
> http://postgis.refractions.net/docs/AddGeometryColumn.html

Ups, my mistake. This should be 
SELECT AddGeometryColumn
('public','my_table','the_geom',4326,'POINT',3);

-- 
Fabio R. Panettieri
Software Architect
http://www.xoomcode.com 




More information about the postgis-users mailing list