Обсуждение: PL/pgSQL question

Поиск
Список
Период
Сортировка

PL/pgSQL question

От
Dmitry Tkach
Дата:
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