> 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
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users
