[postgis-tickets] [PostGIS] #3645: Avoid loading logically deleted records from shapefiles

PostGIS trac at osgeo.org
Sat Dec 10 00:30:06 PST 2016


#3645: Avoid loading logically deleted records from shapefiles
----------------------+---------------------------
  Reporter:  strk     |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 2.4.0
 Component:  postgis  |    Version:  trunk
Resolution:           |   Keywords:  shapefile
----------------------+---------------------------

Comment (by strk):

 You might have deleted them on accident, for example

 There could be a:

   -L <policy> Logically-deleted records handling policy (skip*,keep,abort)

 Where "keep" would create a system boolean column "deleted" on the
 output table.

 This would be similar to the existing:

   -N <policy> NULL geometries handling policy (insert*,skip,abort).

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3645#comment:11>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list