Design Change to execute refresh_immv() with False#132
Design Change to execute refresh_immv() with False#132jatinp97 wants to merge 2 commits intosraoss:mainfrom
Conversation
|
Thank you for your pull request! Although #131 should be fixed, but currently it is intended that we use DEPENDENCY AUTO for an implement reason. Specifically, when refresh_immv() is executed with specified false as the second argument, all triggers are dropped from tables to disable incremental view maintenance. So, your proposal to use DEPENDENCY_INTERNAL disables refresh_immv() to be run with false. To fix #131, first we have to change the design. |
yugo-n
left a comment
There was a problem hiding this comment.
See the comments in the post
#132 (comment)
AFYI, the license of pg_ivm is PostgreSQL License, not Apache 2.0. |
|
To circumvent the problem of use of |
|
While calling |
Issue #, if available:
#131
Description of changes:
Set the Dependency type to DEPENDENCY_INTERNAL from DEPENDENCY_AUTO.
By submitting this pull request, I confirm that my contribution is made under the terms of the PostgreSQL license.
Example: