From: <mogas(at)aveiro-digital(dot)net>
To: <pgsql-general(at)postgresql(dot)org>
Subject:
Date: 2003-07-24 15:55:23
Message-ID: 0da801c351fb$fdcf5390$67fe1fac@aveirodigital.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hello!

First I want to thank's to Mattias Kregert and to Alvaro Herrera Munoz for the last help.
For reasons of health I have not been working.

Now, that I'm working again I have a new problem. If someone can help me I thank you a lot.

I want to work with array's and I can't do this simple thing:
*********************************
DECLARE

saidas integer[5];

BEGIN

*/ error in "[" */

saidas [1]= 5;
a = saidas [1];
saidas [1] = '';

RETURN a;

END;

*********************************

Thank's and sorry for my bad English,

Alexandra

Browse pgsql-general by date

  From Date Subject
Next Message Dennis Gearon 2003-07-24 15:55:55 Re: psql -e
Previous Message Errol Neal 2003-07-24 15:54:03 Solaris, Postgresql and Problems