Thread: PL/pgSQL question

PL/pgSQL question

From
Dmitry Tkach
Date:
Could somebody help me with PL/pgsql please?
Does it work with pg's arrays (_int4)? What is the syntax?
I tried something like
declare a _int4;
begin  a[0] := 1; end;

But it complains about a syntax error near "["...

Thanks a lot!

Dima