Define spatial reference system for local datum
I don't need special projection. My map is a flat plane so I'm trying to use local datum as my srs because a bunch of gis map design tool ask for it.
So I'm trying to add a new srs into postgis spatial_ref_sys table with the following srstext
LOCAL_CS["Non-Earth (Meter)",LOCAL_DATUM["Local Datum",0],UNIT["Meter", 1],AXIS["X",EAST],AXIS["Y",NORTH]]
What do I put for proj4text?