Skip to main content
Archived

Enable postgis view writer

Related products:Integrations
  • April 22, 2016
  • 0 replies
  • 26 views

ponceta
Contributor
Forum|alt.badge.img+7

Using postgis databases to store data is one of the great ways to store geodata. In its current version, postgis provides views (http://www.postgresql.org/docs/9.3/static/sql-crea...) which offer great possibilty to GIS users in terms of visualisation and attributes joint.

But in the GIS world, views are not only useful for visualisations but as editing entries directly on the GIS softwares too. The views can have triggers which can write or delete data into tables with some custom rules which are the actual professionnal rules. For example on our project of drinking water network for cities (https://github.com/qwat/QWAT ), we have some triggers on pipes, nodes etc. to ensure information quality and coherency.

This works actually well in production mode, but when it comes to migration from an old system to this one, it would be great to be able to use the FME postgis writer to be more efficient. Actually we worked around and went through sql scripting because writing into views is not possible yet.

Thoughts? Ideas? Proposals?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.