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

plpgsql can assign to subscripted variables now, e.g.

	x[42] := whatever;
The facility is pretty primitive because it doesn't do array slicing and
it has the same semantics as array update in SQL (array must already
be non-null, etc).  But it's a start.
parent 9e29b32e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment