Hello
In newer versions like SPS09 the following statement works:
CREATE COLUMN TABLE CGIS
(
gid INTEGER PRIMARY KEY,
thegeom ST_GEOMETRY(4326)
);
Kind regards
Daniel
Hello
In newer versions like SPS09 the following statement works:
CREATE COLUMN TABLE CGIS
(
gid INTEGER PRIMARY KEY,
thegeom ST_GEOMETRY(4326)
);
Kind regards
Daniel