Re: How to iterate through arrays? - Mailing list pgsql-sql

From NosyMan
Subject Re: How to iterate through arrays?
Date
Msg-id 200502091626.42032.nosyman@gmail.com
Whole thread Raw
In response to Re: How to iterate through arrays?  (PFC <lists@boutiquenumerique.com>)
Responses Re: How to iterate through arrays?  (John DeSoi <desoi@pgedit.com>)
List pgsql-sql
I think the problem is not there. I got the following error:
'ERROR:  syntax error at or near "[" at character 1234', the line is: RAISE
NOTICE '% ...',update_query_params[1];

May be someone give a code sample...

Thanks




Pe data de Mie 09 Feb 2005 16:16, ati scris:
> - use TEXT instead of CHAR (what is CHAR without (n) ?)
> - inintialize your array with '{}' because it is created as NULL if you  
> just declare it without setting it to an empty array.


pgsql-sql by date:

Previous
From: PFC
Date:
Subject: Re: How to iterate through arrays?
Next
From: John DeSoi
Date:
Subject: Re: How to iterate through arrays?