citusdata / citusdata/pg_shard
Support RETURNING in modification commands
Open
feature
- Dominant language
- C
- Stars
- 1.1k
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
Any query using the `RETURNING` clause produces the following error:
```
NotSupportedError: cannot perform distributed planning for the given query
DETAIL: RETURNING clauses are not supported in distributed queries.
```
Can you add support for `RETURNING` clauses?
Contributor guide
Assessment
This issue has not been assessed yet.