... - Mailing list pgsql-general

From
Subject ...
Date
Msg-id 0da801c351fb$fdcf5390$67fe1fac@aveirodigital.net
Whole thread Raw
List 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



pgsql-general by date:

Previous
From: Sanjay Manandhar
Date:
Subject: COPY command
Next
From: "fabricio"
Date:
Subject: translate referential integrity violation