pgsql-ogr-fdw
pgsql-ogr-fdw copied to clipboard
Support OGR *List types
OGR has StringList, IntegerList types, which have analogues in PgSQL space as text[] and integer[] types, so it's possible to cleanly support them. They are relatively uncommon in OGR data sources, so it's a low priority item.
StringList seems to show up most commonly in GML and GeoJSON backed drivers (WFS, Couch, etc)
IntegerList shows up in those as well as TIGER and FGDB/ArcObjects.
Both show up in PostgreSQL drivers (no surprise).