diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-03-25 03:16:41 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-03-25 03:16:41 +0000 |
commit | 2c19928301e4fc70884937dcfc7f0842cd097631 (patch) | |
tree | 41a343486ad372878036a62a33e6e481eb66c472 /doc/src | |
parent | 9e29b32e782e38ebdcb41b217a18fafe3387371e (diff) | |
download | postgresql-2c19928301e4fc70884937dcfc7f0842cd097631.tar.gz postgresql-2c19928301e4fc70884937dcfc7f0842cd097631.zip |
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.
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions