With the shp2pgsql tool, I see it converts a shp file into a SQL statement. Upon closer examination, does the SQL generated ALWAYS contains 1 insert statement for 1 row?
Or are there instances where one shp file can yield multiple insert statements from the shp2pgsql tool?
I am trying to build a tool and trying to determine if I should do 1:1 or 1:many relationsip
أكثر...
Or are there instances where one shp file can yield multiple insert statements from the shp2pgsql tool?
I am trying to build a tool and trying to determine if I should do 1:1 or 1:many relationsip
أكثر...