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