pgsql-ogr-fdw icon indicating copy to clipboard operation
pgsql-ogr-fdw copied to clipboard

Support OGR *List types

Open pramsey opened this issue 8 years ago • 1 comments

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.

pramsey avatar May 04 '16 17:05 pramsey

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).

pramsey avatar May 08 '16 15:05 pramsey