mirror of https://github.com/citusdata/citus.git
We currently do not support volatile functions in update/delete statements because the function evaluation logic does not know how to distinguish volatile functions (that need to be evaluated per row) from stable functions (that need to be evaluated per query), and it is also not safe to push the volatile functions down on replicated tables. |
||
---|---|---|
.. | ||
distributed | ||
.gitignore |