postgis
Error editing 'editable' view in QGIS
Taking some code from this post, I've been trying to create an 'editable' view in PostGIS. I'd like to store label placement properties in a separate table, build a view of the data I want to use for my map, and use QGIS to move the labels.
https://gis.stackexchange.com/questions/201181/error-editing-editable-view-in-qgis
DROP RULE
This documentation is for an unsupported version of PostgreSQL. You may want to view the same page for the current version, or one of the other supported versions listed above instead. DROP RULE -- remove a rewrite rule DROP RULE [ IF EXISTS ]name ON table_name [ CASCADE | RESTRICT ] DROP RULE drops a rewrite rule.
https://www.postgresql.org/docs/9.2/sql-droprule.html

