I created a new
bug for this error but I wanted to post to forums as well.
On installation of certain packages (in this case, ACS Reference Data, version 0.2d), I'm getting the following errors:
psql:acs-reference-create.sql:18: WARNING: Error occurred while executing PL/pgSQL function acs_priv_hier_ins_del_tr
psql:acs-reference-create.sql:18: WARNING: line 59 at SQL statement
psql:acs-reference-create.sql:18: ERROR: Cannot delete from a view
You need an unconditional ON DELETE DO INSTEAD rule
invoked from within
"db_source_sql_file -callback $callback $path/$file_path"
(procedure "apm_package_install_data_model" line 32)
invoked from within
This is a 4.6.3 instance running on PG 7.3.2. I found one other related
bug in bug tracker. I've started looking into rules to accomplish this but I have to believe this is a systemic issue. Has anyone else seen/dealt with this yet?