aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-03-25 03:16:41 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-03-25 03:16:41 +0000
commit2c19928301e4fc70884937dcfc7f0842cd097631 (patch)
tree41a343486ad372878036a62a33e6e481eb66c472 /doc/src
parent9e29b32e782e38ebdcb41b217a18fafe3387371e (diff)
downloadpostgresql-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