citus_docs icon indicating copy to clipboard operation
citus_docs copied to clipboard

Minor edit to master_modify_multiple_shards() examples

Open ozgune opened this issue 8 years ago • 1 comments

We currently have two examples in our documentation for master_modify_multiple_shards():

  1. 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)?
  2. 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 IN statement?

ozgune avatar Apr 07 '17 16:04 ozgune

Confirmed that the c_custkey comparisons still need to be fixed.

begriffs avatar Mar 28 '18 22:03 begriffs