-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
I'm not able to import any layers that already have an FID field. I get the error column "fid" specified more than once when running import foreign schema
I think it's because of this:
pgsql-ogr-fdw/ogr_fdw_common.c
Line 311 in 45a2547
| stringbuffer_append(buf, " fid bigint"); |
Shouldn't we only create this field if it doesn't exist already in the source data?
Metadata
Metadata
Assignees
Labels
No labels