Timeline for Reducing shapefile size from PostgreSQL using ogr2ogr
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 21, 2022 at 19:40 | answer | added | user30184 | timeline score: 2 | |
| Jun 21, 2022 at 18:27 | comment | added | Hugh_Kelley | consider checking the length of the longest string in each column with a query like select max(LENGTH(my_column)) from my_table ; | |
| Jun 21, 2022 at 17:48 | comment | added | Vince | dBase has a 4000 byte record limit, which you'd overwhelm with 16 254-width string fields. | |
| Jun 21, 2022 at 17:46 | history | edited | Vince | CC BY-SA 4.0 | naming |
| S Jun 21, 2022 at 17:26 | review | First questions | |||
| Jun 21, 2022 at 17:48 | |||||
| S Jun 21, 2022 at 17:26 | history | asked | TCW | CC BY-SA 4.0 |