Heya FME specialists, can you please give a thought on the next issue:
Created a new table in PostGIS with FME from shape, using the PostGIS writer. (see 00_initiate.fmw)
Point feature, attributes pkey and a, b, c with values. Insert, drop and create.
Updated this table with the PostGIS writer. (see 01_update.fmw)
Point feature, pkey, and only a, b with values. Update based on pkey, use existing.
The problem is: We decided to maintain attribute c with QGIS directly in PostGIS but kept editing the geometry and attributes a and b in the shape. I deleted the attribute c in the writer assuming it wouldn't write it anymore to the database. That assumption appeared to be wrong and to prevent updating attribute c I had to use an AttributeKeeper in front of the PostGIS writer. My problem solved but curious if this is a DB writer syntax or a bug?
Using FME Desktop 2016.1.0.1 on Windows 7. Uploaded workbenches in zip for reproduction.
Thanks!