[postgis-devel] shp2pgsql bug on numeric fields handling [FIXED]

strk strk at keybit.net
Tue Jun 22 04:26:49 PDT 2004


I've found that pg_atoi() does not behave as atoi() in
empty string conversion.
While atoi() transforms "" to 0, pg_atoi() complain in this
situation. I made shp2pgsql.c handle empty strings in numerical
fields as a workaround.

--strk;



More information about the postgis-devel mailing list