Skip to content
Snippets Groups Projects
Commit 7e64dbc6 authored by Tom Lane's avatar Tom Lane
Browse files

Support assignment to subfields of composite columns in UPDATE and INSERT.

As a side effect, cause subscripts in INSERT targetlists to do something
more or less sensible; previously we evaluated such subscripts and then
effectively ignored them.  Another side effect is that UPDATE-ing an
element or slice of an array value that is NULL now produces a non-null
result, namely an array containing just the assigned-to positions.
parent 3a0df651
Branches
Tags
No related merge requests found
Showing
with 1380 additions and 531 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment