citus_docs
citus_docs copied to clipboard
Minor edit to master_modify_multiple_shards() examples
We currently have two examples in our documentation for master_modify_multiple_shards():
- In the reference section: This example issues a
DELETE .. WHERE c_custkey > 500 AND c_custkey < 500. Doesn't this return an empty set? Could we tweak this example to 200 and 500 (or something similar)? - In the DML section: This example issues a notice due to a restriction in Citus and it's a bit confusing. We have an issue open this issue in https://github.com/citusdata/citus/issues/923. Could we tweak this example to not include an
INstatement?
Confirmed that the c_custkey comparisons still need to be fixed.