Re: How to iterate through arrays?

From: NosyMan <nosyman(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: How to iterate through arrays?
Date: 2005-02-09 14:26:41
Message-ID: 200502091626.42032.nosyman@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message John DeSoi 2005-02-09 15:06:53 Re: How to iterate through arrays?
Previous Message PFC 2005-02-09 14:16:33 Re: How to iterate through arrays?