Re: [D] [Ideas] Should we support ON CONFLICT to include the distribution keys? [cloudberry]

2025-02-04 Thread via GitHub
GitHub user my-ship-it edited a discussion: [Ideas] Should we support ON CONFLICT to include the distribution keys? ### Description Hackers, Currently, when the ON CONFLICT statement involves distributed keys, an error occurs, as shown below: ``` postgres=# create table tbl(v1 int, v2 int,

Re: [D] [Ideas] Should we support ON CONFLICT when updating the distribution keys? [cloudberry]

2025-02-04 Thread via GitHub
GitHub user my-ship-it edited a discussion: [Ideas] Should we support ON CONFLICT when updating the distribution keys? ### Description Hackers, Currently, when the ON CONFLICT statement involves distributed keys, an error occurs, as shown below: ``` postgres=# create table tbl(v1 int, v2 in

Re: [D] [Ideas] Should we support ON CONFLICT when updating the distribution keys? [cloudberry]

2025-02-04 Thread via GitHub
GitHub user my-ship-it edited a discussion: [Ideas] Should we support ON CONFLICT when updating the distribution keys? ### Description Hackers, Currently, when the ON CONFLICT statement involves distributed keys, an error occurs, as shown below: ``` postgres=# create table tbl(v1 int, v2 in