Changes between Initial Version and Version 1 of Ticket #4705, comment 21
- Timestamp:
- 06/21/20 04:46:45 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4705, comment 21
initial v1 29 29 No, the "key" (i.e. the searched value) is on the left for pgsql2shp. We are searching for a PG column, in order to get the corresponding DBF column. 30 30 31 The functions colmap_dbf_by_pg and colmap_pg_by_dbf are quite similar (and quite simple): they compare an array of strings (map) against a value(key).31 The functions colmap_dbf_by_pg and colmap_pg_by_dbf are quite similar (and quite simple): they compare an array of strings (map) against a string (key). 32 32 33 33 In the case of colmap_dbf_by_pg, the array of PG fields names is compared against the PG field name (returning the corresponding DBF field name); in the case of colmap_pg_by_dbf the array of DBF fields names is compared against the DBF field name (returning the correponding PG field name.)