Hello,
I think there is a problem with the update of postgres data. I have a table with uuids and dates. The statements for those types are not constructed correctly.
FME throws an error for the date like this:
'ERROR: syntax error at or near "2009"
LINE 1: ...NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, E'2009-10-26...
^
You can see that it is used like a string. Same happens usually to the uuid - there no quotes are inserted. Postgres usually expects quotes around the uuids.
I also tried the DatabaseUpdater, but the same error occured.