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;