PL/pgSQL question

From: Dmitry Tkach <dmitry(at)openratings(dot)com>
To: pgsql-sql(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: PL/pgSQL question
Date: 2002-03-15 23:41:47
Message-ID: 3C9286BB.7070509@openratings.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general 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

Browse pgsql-general by date

  From Date Subject
Next Message Sergio Freue 2002-03-16 00:03:21 Re: Why is it not using an index?
Previous Message Dmitry Tkach 2002-03-15 23:37:27 Re: Btree index extension question

Browse pgsql-sql by date

  From Date Subject
Next Message Sergio Freue 2002-03-16 00:03:21 Re: Why is it not using an index?
Previous Message Dmitry Tkach 2002-03-15 23:37:27 Re: Btree index extension question