PL/pgSQL question - Mailing list pgsql-sql

From Dmitry Tkach
Subject PL/pgSQL question
Date
Msg-id 3C9286BB.7070509@openratings.com
Whole thread Raw
List pgsql-sql
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


pgsql-sql by date:

Previous
From: Dmitry Tkach
Date:
Subject: Re: [GENERAL] Btree index extension question
Next
From: Dmitry Tkach
Date:
Subject: Re: [GENERAL] Btree index extension question