mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 14:27:36 +08:00
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.