Thanks,
Jorge Vidinha
Thanks,
Jorge Vidinha
You should be able to read materialized views from Postgres. I was able to to this by entering the view name into the Table List in the Add Reader dialog parameters. But for some reason we don't see them when we get the table list. I will look into this problem further but does that help you work-around it?
Thanks
Ken
I suspect that FME doesn't include the PostgreSQL system catalog view "pg_matviews" when listing tables ("pg_tables") and views ("pg_views") in the dialogs.
Materialized views were only introduced in PostgreSQL 9.3, so you'd need to check the version first, e.g. "select version()"
David
I filed an enhancement request to show Materialized Views in the table list of the Postgres and PostGIS readers. Views work fine and Materilized Views can be read if you know the name and enter it manually in the dialog.
Ken
This issue is resolved in FME 2016. You will see PostGIS materialized views in the table list and you can read them.
Hope this helpsKen