[postgis-users] insert empty geometry

Mark Fenbers Mark.Fenbers at noaa.gov
Wed Nov 30 12:12:35 PST 2005


What's the trick to inserting an empty geometry?  I tried several 
"guesses", like:

INSERT INTO gisfop(the_geom) VALUES( GeomFromText( 'MULTIPOLYGON((()))', 
4269 ) );

and other variations.  None of my guesses work, including 
...VALUES('\N');  What's the correct way?

Mark



More information about the postgis-users mailing list