Expand description
Type selection and duplicate-column rules for whole and subscripted assignments.
Functions§
- array_
assignment_ type - The array container produced by subscripting, before restoring a domain or legacy vector type.
- assignment_
value_ type - Slices consume an array; any number of element subscripts consumes one scalar element.
- validate_
assignment_ default - validate_
assignment_ result - Subscripting yields an ordinary array; the declared destination must accept that container.
- validate_
assignment_ source - Type errors retain
PostgreSQL’s separate primary message and rewrite hint. - validate_
assignment_ type - Whole-column writes may target an open schema. Partial writes require a declared container type before evaluating bounds or values.
- validate_
repeated_ targets - Repeated partial targets compose, but a whole-column write cannot share its destination.