Hi all,
There is a issue connecting to Postgresql 12.
Error executing SQL command ('SELECT c.relhasoids AS oids FROM pg_class c INNER JOIN pg_namespace n ON n.oid = c.relnamespace WHERE ......
'ERROR: column c.relhasoids does not exist
According to PostgreSQL 12 documentation, the "relhasoids" column has been removed from release 12.
The error appears on both readers(PostgreSQL\PostGIS) and on different versions of FME Desktop: 18.1; 19.1; 20_beta.
At the same time, the SQLCreator transformer reads the database without any problems.
Has anyone else tested how FME works with new PostgreSQL 12?