Comments and answers for "Writing Raster to PostGis locks table" https://knowledge.亚搏在线safe.com/questions/20827/writing-raster-to-postgis-locks-table-1.html The latest comments and answers for the question "Writing Raster to PostGis locks table" Comment by erik_jan on erik_jan's answer https://knowledge.safe.com/comments/20885/view.html

Yes, setting the Features per Transactions did resolve the problem.Also creating the table before inserting the data, instead of having FME create the table helped.

Thu, 03 Dec 2015 18:26:55 GMT erik_jan
Answer by courtney_m https://knowledge.safe.com/answers/20883/view.html

There is a "Features Per Transaction" parameter on the PostGIS Writer - try setting this to 1.If this is >1, the workspace might be triggering a bulk insert.If this is the case, the first job will issue table-level lock in PostGIS, which will cause the subsequent jobs to fail.If "Features Per Transaction" = 1, each job should only issue a row-level lock in PostGIS for each feature, as it is being written.This will not prevent the other jobs from writing to the same table.

Thu, 03 Dec 2015 17:53:23 GMT courtney_m