Re: [GSoC] array processing questions - Mailing list pgsql-hackers

From Andrew Gierth
Subject Re: [GSoC] array processing questions
Date
Msg-id 87o9g1ow0t.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to [GSoC] array processing questions  (Charles Cui <charles.cui1984@gmail.com>)
Responses Re: [GSoC] array processing questions
List pgsql-hackers
>>>>> "Charles" == Charles Cui <charles.cui1984@gmail.com> writes:

 Charles> Hi mentors and hackers,
 Charles>     One question about array processing in postgresql. Assume
 Charles> my input is a Datum (which contains an array). Are there any
 Charles> examples to loop through the array and operates on each
 Charles> element? feel like it is not that straight-ford.

See array_iter_setup and array_iter_next

-- 
Andrew (irc:RhodiumToad)


pgsql-hackers by date:

Previous
From: Charles Cui
Date:
Subject: [GSoC] working status
Next
From: Charles Cui
Date:
Subject: Re: [GSoC] array processing questions