[postgis-users] What's the Purpose of the Geometry_Columns Table?

strk at refractions.net strk at refractions.net
Wed Sep 6 02:28:54 PDT 2006


On Tue, Sep 05, 2006 at 11:08:37AM -0700, Paul Ramsey wrote:
> Agreement with Markus.
> 
> CREATE TABLE thetable ( thegeom GEOMETRY(4326,2,'POLYGON') );

Also:

CREATE TABLE thetable ( thegeom ST_POLYGON2D(4326) )

(this won't need *multi_valued* typmod)

--strk;



More information about the postgis-users mailing list