Closed nuko-yokohama closed 4 years ago
Thanks! Please post the following thread for continued discussion. https://www.postgresql.org/message-id/201DD0641B056142AC8C6645EC1B5F62014B9DA86E%40SYD1217
Note for fixing: The basic causal is that view OID is retrieved by the view name. We need to fix this so that the OID will be passed as a argument of the trigger functions instead of the view name.
@nuko-yokohama This was fixed by the above commit. Could you please confirm and close this issue?
I'm sorry that the confirmation was delayed. I have confirmed that the problem has been fixed. (commitid = 23151be7be8d8f8f9c35c2d0e4e5353aedf2b31e)
If a view created with "CREATE INCREMENT MATERIALIZED VIEW" is renamed, subsequent INSERT operations to the base table will fail.
Error message.
Execution log.
This may be because IVM internal information is not modified when the view name is renamed.